Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c1660 phy_data &= ~CR_1000T_MS_ENABLE;
1672 hw->original_master_slave = (phy_data & CR_1000T_MS_ENABLE) ?
1680 phy_data |= (CR_1000T_MS_ENABLE | CR_1000T_MS_VALUE);
1683 phy_data |= CR_1000T_MS_ENABLE;
1687 phy_data &= ~CR_1000T_MS_ENABLE;
H A De1000_hw.h1818 #define CR_1000T_MS_ENABLE 0x1000 /* 1=Master/Slave manual config value */ macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.c1019 hw->phy.original_ms_type = (phy_data & CR_1000T_MS_ENABLE) ? in e1000_set_master_slave_mode()
1026 phy_data |= (CR_1000T_MS_ENABLE | CR_1000T_MS_VALUE); in e1000_set_master_slave_mode()
1029 phy_data |= CR_1000T_MS_ENABLE; in e1000_set_master_slave_mode()
1033 phy_data &= ~CR_1000T_MS_ENABLE; in e1000_set_master_slave_mode()
1450 data &= ~CR_1000T_MS_ENABLE; in e1000_copper_link_setup_igp()
H A De1000_defines.h981 #define CR_1000T_MS_ENABLE 0x1000 macro
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h890 #define CR_1000T_MS_ENABLE 0x1000 macro
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c4479 phydata |= CR_1000T_MS_ENABLE; in e1000g_link_check()
5096 if (phy_ctrl & CR_1000T_MS_ENABLE) { in e1000g_smartspeed()
5101 phy_ctrl &= ~CR_1000T_MS_ENABLE; in e1000g_smartspeed()
5138 phy_ctrl |= CR_1000T_MS_ENABLE; in e1000g_smartspeed()