Home
last modified time | relevance | path

Searched refs:E1000_CTRL_SPD_100 (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/io/e1000api/
H A De1000_defines.h267 #define E1000_CTRL_SPD_100 0x00000100 /* Force 100Mb */ macro
H A De1000_82543.c1440 ctrl |= E1000_CTRL_SPD_100; in e1000_config_mac_to_phy_82543()
H A De1000_phy.c2047 ctrl |= E1000_CTRL_SPD_100; in e1000_phy_force_speed_duplex_setup()
2052 ctrl &= ~(E1000_CTRL_SPD_1000 | E1000_CTRL_SPD_100); in e1000_phy_force_speed_duplex_setup()
H A De1000_ich8lan.c2494 reg = ctrl_reg & ~(E1000_CTRL_SPD_1000 | E1000_CTRL_SPD_100); in e1000_configure_k1_ich8lan()
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h999 #define E1000_CTRL_SPD_100 0x00000100 /* Force 100Mb */ macro
H A De1000.c2095 ctrl |= E1000_CTRL_SPD_100;
2112 ctrl |= E1000_CTRL_SPD_100;
/titanic_50/usr/src/uts/common/io/e1000g/
H A De1000g_main.c5941 E1000_CTRL_SPD_100 | /* Force Speed to 100 */ in e1000g_set_external_loopback_100()