HomeSort by: relevance | last modified time | path
    Searched refs:IMX51_N_DPLLS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/imx/
imx51_dpllreg.h 34 #define IMX51_N_DPLLS 3 /* 1..3 */
imx51_ccm.c 68 } sc_pll[IMX51_N_DPLLS];
114 for (u_int i=1; i <= IMX51_N_DPLLS; ++i) {
502 KASSERT(1 <= pll_no && pll_no <= IMX51_N_DPLLS);

Completed in 13 milliseconds