Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/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.h1373 #define E1000_MDIC_READY 0x10000000 macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c1840 if ((value & E1000_MDIC_READY) != 0) { in e82545_write_register()
1858 sc->mdi_control |= E1000_MDIC_READY; in e82545_write_register()