Lines Matching defs:on
269 * @on: 1 -> enable, 0 -> disable.
275 static void _pll_en(uint32_t pll_idx, bool on)
277 if (on) {
287 * @on: 1 -> enable, 0 -> disable.
293 static void _pll_pwr(uint32_t pll_idx, bool on)
295 if (on) {
305 * @enable: 1 -> turn on isolation, 0 -> turn off isolation.
307 * This function will turn on/off pll isolation by
322 * _pll_switch() - entry point to turn whole PLL on/off
324 * @on: 1 -> enable, 0 -> disable.
327 * This is the entry poing for controlling pll and fhctl function on/off.
334 static int32_t _pll_switch(uint32_t pll_idx, bool on, bool fhctl_en)
344 if (on) {
497 * fhctl function is on and change rate by programming fhctl_dds.
500 * fhctl function is on and change rate by programming fhctl_dvfs.