Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Drtl80x9.c121 reg &= ~(RTL3_CONFIG2_PL1|RTL3_CONFIG2_PL0); in rtl80x9_init_card()
136 reg |= RTL3_CONFIG2_PL1|RTL3_CONFIG2_PL0; in rtl80x9_init_card()
180 conf2 &= RTL3_CONFIG2_PL1|RTL3_CONFIG2_PL0; in rtl80x9_media_init()
188 case RTL3_CONFIG2_PL1|RTL3_CONFIG2_PL0: in rtl80x9_media_init()
189 case RTL3_CONFIG2_PL1: /* XXX rtl docs sys 10base5, but chip cant do */ in rtl80x9_media_init()
H A Drtl80x9reg.h109 #define RTL3_CONFIG2_PL1 0x80 /* Network media type */ macro