Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/netboot/
H A De1000.c2865 if(mdic & E1000_MDIC_READY) break;
2867 if(!(mdic & E1000_MDIC_READY)) {
2969 if(mdic & E1000_MDIC_READY) break;
2971 if(!(mdic & E1000_MDIC_READY)) {
H A De1000_hw.h1114 #define E1000_MDIC_READY 0x10000000 macro
/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_phy.c313 if (mdic & E1000_MDIC_READY) in e1000_read_phy_reg_mdic()
316 if (!(mdic & E1000_MDIC_READY)) { in e1000_read_phy_reg_mdic()
379 if (mdic & E1000_MDIC_READY) in e1000_write_phy_reg_mdic()
382 if (!(mdic & E1000_MDIC_READY)) { in e1000_write_phy_reg_mdic()
H A De1000_defines.h1372 #define E1000_MDIC_READY 0x10000000 macro