Lines Matching defs:mode
145 * _fhctl_mon_done() - poll whether fhctl HW mode is done.
484 * @mode: which mode to use when set_rate
494 * 1. pure sw mode: (CON0_PCW)
496 * 2. fhctl sw mode: (FHCTL_SW)
499 * 3. fhctl hw mode: (FHCTL_HW)
508 enum pll_set_rate_mode mode, int32_t freq)
521 INFO("%s %s new post_div=%d, target dds=0x%08x(%dMhz) mode = %d\n",
522 __func__, pllidx2name(pll_idx), pd, dds, freq / 1000, mode);
534 switch (mode) {
564 ERROR("%s input wrong mode: %d\n", __func__, mode);