Searched refs:E1000_MDIC_READY (Results 1 – 5 of 5) sorted by relevance
2865 if(mdic & E1000_MDIC_READY) break;2867 if(!(mdic & E1000_MDIC_READY)) {2969 if(mdic & E1000_MDIC_READY) break;2971 if(!(mdic & E1000_MDIC_READY)) {
1114 #define E1000_MDIC_READY 0x10000000 macro
313 if (mdic & E1000_MDIC_READY) in e1000_read_phy_reg_mdic()316 if (!(mdic & E1000_MDIC_READY)) { in e1000_read_phy_reg_mdic()379 if (mdic & E1000_MDIC_READY) in e1000_write_phy_reg_mdic()382 if (!(mdic & E1000_MDIC_READY)) { in e1000_write_phy_reg_mdic()
1373 #define E1000_MDIC_READY 0x10000000 macro
1839 if ((value & E1000_MDIC_READY) != 0) { in e82545_write_register()1857 sc->mdi_control |= E1000_MDIC_READY; in e82545_write_register()