Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Drtwreg.h457 #define RTW_MSR 0x58 /* Media Status Register, 8b */ macro
H A Drtw.c320 PRINTREG8(regs, RTW_MSR); in rtw_print_regs()
2648 msr = RTW_READ8(&sc->sc_regs, RTW_MSR) & ~RTW_MSR_NETYPE_MASK; in rtw_set_nettype()
2666 RTW_WRITE8(&sc->sc_regs, RTW_MSR, msr); in rtw_set_nettype()
2803 RTW_WRITE8(regs, RTW_MSR, 0x0); /* no link */ in rtw_init()
2804 RTW_WBW(regs, RTW_MSR, RTW_BRSR); in rtw_init()