Lines Matching defs:mode
29 /* Configure PLL parameters for integer mode. */
62 /* Disable PLL bypass mode. */
97 u32 mode;
100 regmap_read(regmap, hd->mode_reg, &mode);
101 if (!(mode & (PLL_BYPASSNL | PLL_RESET_N | PLL_OUTCTRL)))
114 * Disable the PLL output, disable test mode, enable the bypass mode,
207 u32 mode, status;
209 regmap_read(regmap, hd->mode_reg, &mode);
210 if (mode != (PLL_BYPASSNL | PLL_RESET_N | PLL_OUTCTRL)) {
233 u32 mode;
235 regmap_read(regmap, hd->mode_reg, &mode);
236 mode &= 0x7;
237 return mode == (PLL_BYPASSNL | PLL_RESET_N | PLL_OUTCTRL);