Lines Matching defs:mode
29 /* Configure PLL parameters for integer mode. */
62 /* Disable PLL bypass mode. */
94 u32 mode;
97 regmap_read(regmap, hd->mode_reg, &mode);
98 if (!(mode & (PLL_BYPASSNL | PLL_RESET_N | PLL_OUTCTRL)))
111 * Disable the PLL output, disable test mode, enable the bypass mode,
204 u32 mode, status;
206 regmap_read(regmap, hd->mode_reg, &mode);
207 if (mode != (PLL_BYPASSNL | PLL_RESET_N | PLL_OUTCTRL)) {
230 u32 mode;
232 regmap_read(regmap, hd->mode_reg, &mode);
233 mode &= 0x7;
234 return mode == (PLL_BYPASSNL | PLL_RESET_N | PLL_OUTCTRL);