Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e1000/
De1000_hw.c1555 ((phy_data & CR_1000T_MS_VALUE) ? in e1000_copper_link_igp_setup()
1562 phy_data |= (CR_1000T_MS_ENABLE | CR_1000T_MS_VALUE); in e1000_copper_link_igp_setup()
1566 phy_data &= ~(CR_1000T_MS_VALUE); in e1000_copper_link_igp_setup()
De1000_hw.h2811 #define CR_1000T_MS_VALUE 0x0800 /* 1=Configure PHY as Master */ macro