Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/mediatek/
H A Dclk-pllfh.c215 bool use_fhctl; in mtk_clk_register_pllfhs() local
218 use_fhctl = fhctl_is_supported_and_enabled(pllfh); in mtk_clk_register_pllfhs()
220 if (use_fhctl) in mtk_clk_register_pllfhs()
227 use_fhctl ? "fhpll" : "pll", pll->name, in mtk_clk_register_pllfhs()
241 bool use_fhctl; in mtk_clk_register_pllfhs() local
244 use_fhctl = fhctl_is_supported_and_enabled(pllfh); in mtk_clk_register_pllfhs()
246 if (use_fhctl) in mtk_clk_register_pllfhs()
273 bool use_fhctl; in mtk_clk_unregister_pllfhs() local
279 use_fhctl = fhctl_is_supported_and_enabled(pllfh); in mtk_clk_unregister_pllfhs()
281 if (use_fhctl) { in mtk_clk_unregister_pllfhs()