Searched refs:E1000_MDIC_READY (Results 1 – 2 of 2) sorted by relevance
4179 if (mdic & E1000_MDIC_READY) in e1000_read_phy_reg()4182 if (!(mdic & E1000_MDIC_READY)) { in e1000_read_phy_reg()4258 if (mdic & E1000_MDIC_READY) in e1000_write_phy_reg()4261 if (!(mdic & E1000_MDIC_READY)) { in e1000_write_phy_reg()
1353 #define E1000_MDIC_READY 0x10000000 macro