Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_clk.c74 return ti_clk_get_freq(parent_clk) / p->div; in ti_clk_get_parent_freq()
175 freq = ti_clk_get_freq(clkp); in ti_clk_generic_set_freq()
215 uint32_t ti_clk_get_freq(struct ti_clk *clkp) in ti_clk_get_freq() function
/rk3399_ARM-atf/drivers/ti/clk/include/
H A Dti_clk.h284 uint32_t ti_clk_get_freq(struct ti_clk *clkp);
/rk3399_ARM-atf/drivers/ti/pd/
H A Dti_device_clk.c343 ret_freq = ti_clk_get_freq(parent) / div_var; in ti_dev_clk_set_freq()
392 freq_hz = ti_clk_get_freq(clkp); in ti_device_clk_get_freq()