Home
last modified time | relevance | path

Searched refs:get_freq (Results 1 – 8 of 8) sorted by relevance

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_clk_fixed.c37 .get_freq = ti_clk_fixed_get_freq,
H A Dti_clk_dev.c80 .get_freq = ti_clk_value_get_freq,
H A Dti_clk_soc_hfosc0.c100 .get_freq = ti_clk_soc_hfosc0_get_freq,
H A Dti_clk_soc_lfosc0.c98 .get_freq = ti_clk_soc_lfosc0_get_freq,
H A Dti_clk_div.c421 .get_freq = ti_clk_div_get_freq,
429 .get_freq = ti_clk_div_get_freq,
518 .get_freq = ti_clk_div_get_freq,
537 .get_freq = ti_clk_div_get_freq,
H A Dti_clk.c223 } else if (clkp->drv->get_freq != NULL) { in ti_clk_get_freq()
224 ret = clkp->drv->get_freq(clkp); in ti_clk_get_freq()
H A Dti_clk_pll_16fft.c1237 .get_freq = ti_clk_pll_16fft_get_freq,
1359 .get_freq = ti_clk_div_get_freq,
1538 .get_freq = ti_clk_div_get_freq,
1548 .get_freq = ti_clk_div_get_freq,
/rk3399_ARM-atf/drivers/ti/clk/include/
H A Dti_clk.h184 uint32_t (*get_freq)(struct ti_clk *clkp); member