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.c218 bool use_fhctl; in mtk_clk_register_pllfhs() local
221 use_fhctl = fhctl_is_supported_and_enabled(pllfh); in mtk_clk_register_pllfhs()
223 if (use_fhctl) in mtk_clk_register_pllfhs()
230 use_fhctl ? "fhpll" : "pll", pll->name, in mtk_clk_register_pllfhs()
244 bool use_fhctl; in mtk_clk_register_pllfhs() local
247 use_fhctl = fhctl_is_supported_and_enabled(pllfh); in mtk_clk_register_pllfhs()
249 if (use_fhctl) in mtk_clk_register_pllfhs()
276 bool use_fhctl; in mtk_clk_unregister_pllfhs() local
282 use_fhctl = fhctl_is_supported_and_enabled(pllfh); in mtk_clk_unregister_pllfhs()
284 if (use_fhctl) { in mtk_clk_unregister_pllfhs()