Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/igb/
De1000_phy.c170 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()
De1000_defines.h787 #define E1000_MDIC_READY 0x10000000 macro
/linux-2.6.39/drivers/net/e1000e/
Ddefines.h838 #define E1000_MDIC_READY 0x10000000 macro
Dphy.c216 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()
/linux-2.6.39/drivers/net/e1000/
De1000_hw.c2910 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()
De1000_hw.h1613 #define E1000_MDIC_READY 0x10000000 macro