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

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

Completed in 116 milliseconds