Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_clk_fixed.c23 range = ti_clk_get_range(clkp->range_idx); in ti_clk_fixed_get_freq()
H A Dti_pll.c1148 .vco = ti_clk_get_range(pll->vco_range_idx), in ti_pll_calc()
1149 .vco_in = ti_clk_get_range(pll->vco_in_range_idx), in ti_pll_calc()
/rk3399_ARM-atf/drivers/ti/clk/include/
H A Dti_clk.h390 static inline const struct ti_clk_range *ti_clk_get_range(ti_clk_idx_t idx) in ti_clk_get_range() function