Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Drtl80x9.c119 reg &= ~(RTL3_CONFIG2_PL1|RTL3_CONFIG2_PL0); in rtl80x9_init_card()
134 reg |= RTL3_CONFIG2_PL1|RTL3_CONFIG2_PL0; in rtl80x9_init_card()
176 conf2 &= RTL3_CONFIG2_PL1|RTL3_CONFIG2_PL0; in rtl80x9_media_init()
183 case RTL3_CONFIG2_PL1|RTL3_CONFIG2_PL0: in rtl80x9_media_init()
184 case RTL3_CONFIG2_PL1: /* XXX rtl docs sys 10base5, but chip cant do */ in rtl80x9_media_init()
H A Drtl80x9reg.h110 #define RTL3_CONFIG2_PL1 0x80 /* Network media type */ macro