Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82543.h43 #define PHY_TURNAROUND 0x2 macro
H A De1000_82543.c571 mdic = ((PHY_TURNAROUND) | (offset << 2) | (hw->phy.addr << 7) | in e1000_write_phy_reg_82543()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h2036 #define PHY_TURNAROUND 0x02 macro
H A De1000.c2989 mdic = ((PHY_TURNAROUND) | (reg_addr << 2) | (phy_addr << 7) |