Searched refs:E1000_MDIC_READY (Results 1 – 6 of 6) sorted by relevance
170 if (mdic & E1000_MDIC_READY) in igb_read_phy_reg_mdic()173 if (!(mdic & E1000_MDIC_READY)) { in igb_read_phy_reg_mdic()229 if (mdic & E1000_MDIC_READY) in igb_write_phy_reg_mdic()232 if (!(mdic & E1000_MDIC_READY)) { in igb_write_phy_reg_mdic()
787 #define E1000_MDIC_READY 0x10000000 macro
838 #define E1000_MDIC_READY 0x10000000 macro
216 if (mdic & E1000_MDIC_READY) in e1000e_read_phy_reg_mdic()219 if (!(mdic & E1000_MDIC_READY)) { in e1000e_read_phy_reg_mdic()277 if (mdic & E1000_MDIC_READY) in e1000e_write_phy_reg_mdic()280 if (!(mdic & E1000_MDIC_READY)) { in e1000e_write_phy_reg_mdic()
2910 if (mdic & E1000_MDIC_READY) in e1000_read_phy_reg_ex()2913 if (!(mdic & E1000_MDIC_READY)) { in e1000_read_phy_reg_ex()3040 if (mdic & E1000_MDIC_READY) in e1000_write_phy_reg_ex()3043 if (!(mdic & E1000_MDIC_READY)) { in e1000_write_phy_reg_ex()
1613 #define E1000_MDIC_READY 0x10000000 macro