Home
last modified time | relevance | path

Searched refs:E1000_MDIC_READY (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Ddefines.h794 #define E1000_MDIC_READY 0x10000000 macro
Dphy.c163 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()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
De1000_phy.c158 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()
De1000_defines.h968 #define E1000_MDIC_READY 0x10000000 macro
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_hw.c2898 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()
De1000_hw.h1620 #define E1000_MDIC_READY 0x10000000 macro