Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/clk/include/
H A Dti_clk_div.h197 uint32_t ti_clk_get_div(struct ti_clk *clkp);
/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_clk_div.c25 uint32_t ti_clk_get_div(struct ti_clk *clkp) in ti_clk_get_div() function
314 return parent_freq_hz / ti_clk_get_div(clkp); in ti_clk_div_get_freq()
H A Dti_clk_pll_16fft.c749 prev_clkod = ti_clk_get_div(div_clk); in ti_pll_16fft_set_freq()