Lines Matching refs:UTMI_PLL
19 #define UTMI_PLL 0x8
49 /* For UTMI_PLL Register */
176 /* UTMI_PLL settings */
177 u2o_clear(base, UTMI_PLL, UTMI_PLL_PLLVDD18_MASK
182 u2o_set(base, UTMI_PLL, 0xee<<UTMI_PLL_FBDIV_SHIFT
211 /* toggle VCOCAL_START bit of UTMI_PLL */
213 u2o_set(base, UTMI_PLL, VCOCAL_START);
215 u2o_clear(base, UTMI_PLL, VCOCAL_START);
226 while ((u2o_get(base, UTMI_PLL) & PLL_READY) == 0) {
230 dev_warn(&phy->dev, "calibrate timeout, UTMI_PLL %x\n",
231 u2o_get(base, UTMI_PLL));