Lines Matching full:mii
88 u32 mcfg; /* MII management configuration reg. */
89 u32 mcmd; /* MII management command register */
90 u32 madr; /* MII management address register */
91 u32 mwtd; /* MII management wite data register */
92 u32 mrdd; /* MII management read data register */
93 u32 mind; /* MII management indicators register */
213 /* timeout for MII polling */
251 /* write the phy and reg addressse into the MII address reg */ in mii_reg_read()
255 /* write 1 to the MII command register to cause a read */ in mii_reg_read()
258 /* wait till the MII is not busy */ in mii_reg_read()
261 /* read MII indicators register */ in mii_reg_read()
267 /* write 0 to the MII command register to finish the read */ in mii_reg_read()
271 printf("%s:%u: MII busy timeout\n", __func__, __LINE__); in mii_reg_read()
310 /* write the phy and reg addressse into the MII address reg */ in mii_reg_write()
314 /* write data to the MII write register */ in mii_reg_write()
317 /* wait till the MII is not busy */ in mii_reg_write()
320 /* read MII indicators register */ in mii_reg_write()
327 printf("%s:%u: MII busy timeout\n", __func__, in mii_reg_write()
623 /* Release SOFT reset to let MII talk to PHY */ in lpc32xx_eth_initialize()