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()
158 if (mdic & E1000_MDIC_READY) in igb_read_phy_reg_mdic()161 if (!(mdic & E1000_MDIC_READY)) { in igb_read_phy_reg_mdic()215 if (mdic & E1000_MDIC_READY) in igb_write_phy_reg_mdic()218 if (!(mdic & E1000_MDIC_READY)) { in igb_write_phy_reg_mdic()
968 #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