Home
last modified time | relevance | path

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

/linux/drivers/clk/mediatek/
H A Dclk-pll.c145 void mtk_pll_calc_values(struct mtk_clk_pll *pll, u32 *pcw, u32 *postdiv, in mtk_pll_calc_values() function
189 mtk_pll_calc_values(pll, &pcw, &postdiv, rate, parent_rate); in mtk_pll_set_rate()
216 mtk_pll_calc_values(pll, &pcw, &postdiv, req->rate, in mtk_pll_determine_rate()
H A Dclk-pll.h103 void mtk_pll_calc_values(struct mtk_clk_pll *pll, u32 *pcw, u32 *postdiv,
H A Dclk-pllfh.c35 mtk_pll_calc_values(pll, &pcw, &postdiv, rate, parent_rate); in mtk_fhctl_set_rate()