Searched refs:E1000_MDIC_READY (Results 1 – 6 of 6) sorted by relevance
794 #define E1000_MDIC_READY 0x10000000 macro
163 if (mdic & E1000_MDIC_READY) in e1000e_read_phy_reg_mdic()166 if (!(mdic & E1000_MDIC_READY)) { in e1000e_read_phy_reg_mdic()227 if (mdic & E1000_MDIC_READY) in e1000e_write_phy_reg_mdic()230 if (!(mdic & E1000_MDIC_READY)) { in e1000e_write_phy_reg_mdic()
164 if (mdic & E1000_MDIC_READY) in igb_read_phy_reg_mdic()167 if (!(mdic & E1000_MDIC_READY)) { in igb_read_phy_reg_mdic()221 if (mdic & E1000_MDIC_READY) in igb_write_phy_reg_mdic()224 if (!(mdic & E1000_MDIC_READY)) { in igb_write_phy_reg_mdic()
962 #define E1000_MDIC_READY 0x10000000 macro
2898 if (mdic & E1000_MDIC_READY) in e1000_read_phy_reg_ex()2901 if (!(mdic & E1000_MDIC_READY)) { in e1000_read_phy_reg_ex()3031 if (mdic & E1000_MDIC_READY) in e1000_write_phy_reg_ex()3034 if (!(mdic & E1000_MDIC_READY)) { in e1000_write_phy_reg_ex()
1620 #define E1000_MDIC_READY 0x10000000 macro