Searched refs:soc_clock_count (Results 1 – 5 of 5) sorted by relevance
190 extern const size_t soc_clock_count;356 return (id < soc_clock_count) && (soc_clocks[id].drv != NULL); in ti_clk_id_valid()
386 for (i = 0U; i < soc_clock_count; i++) { in ti_clk_drop_pwr_up_en()403 uint32_t clock_count = soc_clock_count; in ti_clk_init()
968 for (i = 0U; (div_clk == NULL) && (i < soc_clock_count); i++) { in ti_clk_pll_16fft_set_freq()1200 for (i = 0; i < soc_clock_count; i++) { in ti_clk_pll_16fft_init_internal()
155 depth = soc_clock_count; in ti_device_clk_set_parent()205 depth = soc_clock_count; in ti_device_clk_get_parent()
3608 const size_t soc_clock_count = ARRAY_SIZE(soc_clocks); variable