Home
last modified time | relevance | path

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

/linux/drivers/clk/mediatek/
H A Dclk-pllfh.c213 bool use_fhctl; in mtk_clk_cleanup_pllfhs() local
219 use_fhctl = fhctl_is_supported_and_enabled(pllfh); in mtk_clk_cleanup_pllfhs()
225 if (use_fhctl) { in mtk_clk_cleanup_pllfhs()
262 bool use_fhctl; in mtk_clk_register_pllfhs() local
265 use_fhctl = fhctl_is_supported_and_enabled(pllfh); in mtk_clk_register_pllfhs()
267 if (use_fhctl) in mtk_clk_register_pllfhs()
274 use_fhctl ? "fhpll" : "pll", pll->name, in mtk_clk_register_pllfhs()