Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
De1000.c2760 phy_data &= ~CR_1000T_MS_ENABLE; in e1000_copper_link_igp_setup()
2772 hw->original_master_slave = (phy_data & CR_1000T_MS_ENABLE) ? in e1000_copper_link_igp_setup()
2780 phy_data |= (CR_1000T_MS_ENABLE | CR_1000T_MS_VALUE); in e1000_copper_link_igp_setup()
2783 phy_data |= CR_1000T_MS_ENABLE; in e1000_copper_link_igp_setup()
2787 phy_data &= ~CR_1000T_MS_ENABLE; in e1000_copper_link_igp_setup()
De1000.h2308 #define CR_1000T_MS_ENABLE 0x1000 /* 1=Master/Slave manual config value */ macro