Searched refs:PLLCTL_SOC_PLL_MAX_COUNT (Results 1 – 10 of 10) sorted by relevance
86 if (pll > (PLLCTL_SOC_PLL_MAX_COUNT - 1)) { in pllctl_pll_ss_disable()106 if (pll > (PLLCTL_SOC_PLL_MAX_COUNT - 1)) { in pllctl_pll_powerdown()127 if (pll > (PLLCTL_SOC_PLL_MAX_COUNT - 1)) { in pllctl_pll_poweron()164 if ((pll > (PLLCTL_SOC_PLL_MAX_COUNT - 1)) in pllctl_pll_ss_enable()197 if ((pll > (PLLCTL_SOC_PLL_MAX_COUNT - 1)) in pllctl_set_postdiv1()221 if ((pll > (PLLCTL_SOC_PLL_MAX_COUNT - 1)) in pllctl_set_fbdiv_int()244 if ((pll > (PLLCTL_SOC_PLL_MAX_COUNT - 1)) in pllctl_set_fbdiv_frac()265 if ((pll > (PLLCTL_SOC_PLL_MAX_COUNT - 1)) in pllctl_set_frac()285 if ((pll > (PLLCTL_SOC_PLL_MAX_COUNT - 1)) in pllctl_get_div()308 if ((pll > (PLLCTL_SOC_PLL_MAX_COUNT - 1)) in pllctl_set_div()[all …]
25 (pll >= PLLCTL_SOC_PLL_MAX_COUNT)) { in pllctlv2_set_pll_with_mfi_mfn()43 (pll >= PLLCTL_SOC_PLL_MAX_COUNT)) { in pllctlv2_init_pll_with_freq()71 if ((ptr != NULL) && (pll < PLLCTL_SOC_PLL_MAX_COUNT)) { in pllctlv2_enable_spread_spectrum()84 if ((ptr != NULL) && (pll < PLLCTL_SOC_PLL_MAX_COUNT)) { in pllctlv2_set_postdiv()94 if ((ptr != NULL) && (pll < PLLCTL_SOC_PLL_MAX_COUNT)) { in pllctlv2_get_pll_freq_in_hz()106 if ((ptr != NULL) && (pll < PLLCTL_SOC_PLL_MAX_COUNT)) { in pllctlv2_get_pll_postdiv_freq_in_hz()
28 if ((ptr == NULL) || (pll >= PLLCTL_SOC_PLL_MAX_COUNT)) { in pllctl_set_pll_work_mode()55 || (pll > (PLLCTL_SOC_PLL_MAX_COUNT - 1)) in pllctl_set_refdiv()84 if ((ptr == NULL) || (pll >= PLLCTL_SOC_PLL_MAX_COUNT)) { in pllctl_init_int_pll_with_freq()151 if ((ptr == NULL) || (pll >= PLLCTL_SOC_PLL_MAX_COUNT)) { in pllctl_init_frac_pll_with_freq()222 if ((ptr == NULL) || (pll >= PLLCTL_SOC_PLL_MAX_COUNT)) { in pllctl_get_pll_freq_in_hz()
38 #define PLLCTL_SOC_PLL_MAX_COUNT (3U) macro
43 #define PLLCTL_SOC_PLL_MAX_COUNT (2U) macro
47 #define PLLCTL_SOC_PLL_MAX_COUNT (3U) macro
46 #define PLLCTL_SOC_PLL_MAX_COUNT (5U) macro
47 #define PLLCTL_SOC_PLL_MAX_COUNT (5U) macro
52 #define PLLCTL_SOC_PLL_MAX_COUNT (3U) macro
Completed in 18 milliseconds