Searched refs:E1000_MDIC_READY (Results 1 – 6 of 6) sorted by relevance
801 #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()
162 if (mdic & E1000_MDIC_READY) in igb_read_phy_reg_mdic()165 if (!(mdic & E1000_MDIC_READY)) { in igb_read_phy_reg_mdic()219 if (mdic & E1000_MDIC_READY) in igb_write_phy_reg_mdic()222 if (!(mdic & E1000_MDIC_READY)) { in igb_write_phy_reg_mdic()
972 #define E1000_MDIC_READY 0x10000000 macro
2899 if (mdic & E1000_MDIC_READY) in e1000_read_phy_reg_ex()2902 if (!(mdic & E1000_MDIC_READY)) { in e1000_read_phy_reg_ex()3032 if (mdic & E1000_MDIC_READY) in e1000_write_phy_reg_ex()3035 if (!(mdic & E1000_MDIC_READY)) { in e1000_write_phy_reg_ex()
1620 #define E1000_MDIC_READY 0x10000000 macro