Home
last modified time | relevance | path

Searched refs:freq_max_hz (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/drivers/ti/clk/include/
H A Dti_clk_pll.h42 uint32_t freq_max_hz; member
/rk3399_ARM-atf/plat/ti/k3low/common/pm/
H A Dti_clocks.c166 .freq_max_hz = 1200000000U,
174 .freq_max_hz = 1200000000U,
182 .freq_max_hz = 1200000001U,
190 .freq_max_hz = 1000000000U,
198 .freq_max_hz = 1000000000U,
206 .freq_max_hz = 1000000000U,
214 .freq_max_hz = 2500000000U,
222 .freq_max_hz = 2500000000U,
230 .freq_max_hz = 2500000001U,
238 .freq_max_hz = 1800000000U,
[all …]
/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_pll.c88 (data->output > entry->freq_max_hz)) { in ti_pll_consider_entry()