Home
last modified time | relevance | path

Searched refs:soc_clock_value_count (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/drivers/ti/clk/include/
H A Dti_clk.h207 extern const size_t soc_clock_value_count;
411 if (idx >= soc_clock_value_count) { in ti_clk_set_value()
430 if (idx >= soc_clock_value_count) { in ti_clk_get_value()
/rk3399_ARM-atf/plat/ti/k3low/common/pm/
H A Dti_clocks.c3610 const size_t soc_clock_value_count = AM62LX_FREQ_VALUE_COUNT; variable