Home
last modified time | relevance | path

Searched refs:RTL3_CONFIG2_PL0 (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()
194 case RTL3_CONFIG2_PL0: in rtl80x9_media_init()
H A Drtl80x9reg.h110 #define RTL3_CONFIG2_PL0 0x40 macro