Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_defines.h887 #define CR_1000T_MS_VALUE 0x0800 macro
/freebsd/sys/dev/e1000/
H A De1000_defines.h993 #define CR_1000T_MS_VALUE 0x0800 macro
H A De1000_phy.c1026 ((phy_data & CR_1000T_MS_VALUE) ? in e1000_set_master_slave_mode()
1032 phy_data |= (CR_1000T_MS_ENABLE | CR_1000T_MS_VALUE); in e1000_set_master_slave_mode()
1036 phy_data &= ~(CR_1000T_MS_VALUE); in e1000_set_master_slave_mode()