Home
last modified time | relevance | path

Searched refs:soc_clock_count (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/drivers/ti/clk/include/
H A Dti_clk.h190 extern const size_t soc_clock_count;
356 return (id < soc_clock_count) && (soc_clocks[id].drv != NULL); in ti_clk_id_valid()
/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_clk.c386 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()
H A Dti_clk_pll_16fft.c968 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()
/rk3399_ARM-atf/drivers/ti/pd/
H A Dti_device_clk.c155 depth = soc_clock_count; in ti_device_clk_set_parent()
205 depth = soc_clock_count; in ti_device_clk_get_parent()
/rk3399_ARM-atf/plat/ti/k3low/common/pm/
H A Dti_clocks.c3608 const size_t soc_clock_count = ARRAY_SIZE(soc_clocks); variable