Searched refs:IMX51_N_DPLLS (Results 1 – 2 of 2) sorted by relevance
109 static uint32_t imx51_dpll_addrs[IMX51_N_DPLLS] = {115 static uint32_t imx53_dpll_addrs[IMX51_N_DPLLS] = {126 u_int64_t pll_freq[IMX51_N_DPLLS];128 bus_space_handle_t pllbsh[IMX51_N_DPLLS];224 for (idx = 0; idx < IMX51_N_DPLLS; ++idx) { in imxccm_attach()455 KASSERT(1 <= pll_no && pll_no <= IMX51_N_DPLLS, ("Wrong PLL id")); in imx51_get_pll_freq()
68 #define IMX51_N_DPLLS 3 /* 1..3 */ macro