Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_phy.c1025 hw->phy.original_ms_type = (phy_data & CR_1000T_MS_ENABLE) ? in e1000_set_master_slave_mode()
1032 phy_data |= (CR_1000T_MS_ENABLE | CR_1000T_MS_VALUE); in e1000_set_master_slave_mode()
1035 phy_data |= CR_1000T_MS_ENABLE; in e1000_set_master_slave_mode()
1039 phy_data &= ~CR_1000T_MS_ENABLE; in e1000_set_master_slave_mode()
1460 data &= ~CR_1000T_MS_ENABLE; in e1000_copper_link_setup_igp()
H A De1000_defines.h996 #define CR_1000T_MS_ENABLE 0x1000 macro
H A Dif_em.c2377 if(phy_tmp & CR_1000T_MS_ENABLE) { in lem_smartspeed()
2378 phy_tmp &= ~CR_1000T_MS_ENABLE; in lem_smartspeed()
2397 phy_tmp |= CR_1000T_MS_ENABLE; in lem_smartspeed()
/freebsd/sys/dev/igc/
H A Digc_defines.h890 #define CR_1000T_MS_ENABLE 0x1000 macro