Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h888 #define CR_1000T_MS_VALUE 0x0800 macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c1673 ((phy_data & CR_1000T_MS_VALUE) ?
1680 phy_data |= (CR_1000T_MS_ENABLE | CR_1000T_MS_VALUE);
1684 phy_data &= ~(CR_1000T_MS_VALUE);
H A De1000_hw.h1816 #define CR_1000T_MS_VALUE 0x0800 /* 1=Configure PHY as Master */ macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h979 #define CR_1000T_MS_VALUE 0x0800 macro
H A De1000_phy.c1020 ((phy_data & CR_1000T_MS_VALUE) ? in e1000_set_master_slave_mode()
1026 phy_data |= (CR_1000T_MS_ENABLE | CR_1000T_MS_VALUE); in e1000_set_master_slave_mode()
1030 phy_data &= ~(CR_1000T_MS_VALUE); in e1000_set_master_slave_mode()