HomeSort by: relevance | last modified time | path
    Searched refs:RTL3_CONFIG3_FUDUP (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
rtl80x9reg.h 132 #define RTL3_CONFIG3_FUDUP 0x40 /* Full Duplex */
rtl80x9.c 93 RTL3_CONFIG3_FUDUP)
144 reg |= RTL3_CONFIG3_FUDUP;
146 reg &= ~RTL3_CONFIG3_FUDUP;
195 if (conf3 & RTL3_CONFIG3_FUDUP) {

Completed in 12 milliseconds