Searched refs:E1000_MDIC_READY (Results 1 – 2 of 2) sorted by relevance
4393 if (mdic & E1000_MDIC_READY) in e1000_read_phy_reg()4396 if (!(mdic & E1000_MDIC_READY)) { in e1000_read_phy_reg()4472 if (mdic & E1000_MDIC_READY) in e1000_write_phy_reg()4475 if (!(mdic & E1000_MDIC_READY)) { in e1000_write_phy_reg()
1355 #define E1000_MDIC_READY 0x10000000 macro