Searched refs:RTW_TPPOLL (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Drtw.c1478 if ((RTW_READ8(&sc->sc_regs, RTW_TPPOLL) & RTW_TPPOLL_BQ) == 0){
1884 RTW_WBW(regs, RTW_TPPOLL, RTW_IMR);
1889 RTW_WRITE8(regs, RTW_TPPOLL, RTW_TPPOLL_SALL);
1891 RTW_SYNC(regs, RTW_TPPOLL, RTW_IMR);
3271 tppoll = RTW_READ8(&sc->sc_regs, RTW_TPPOLL);
3274 RTW_WRITE8(&sc->sc_regs, RTW_TPPOLL, tppoll);
3275 RTW_SYNC(&sc->sc_regs, RTW_TPPOLL, RTW_TPPOLL);
3295 RTW_WRITE8(regs, RTW_TPPOLL, RTW_TPPOLL_SALL);
3296 RTW_WBR(regs, RTW_TPPOLL, RTW_TPPOL
[all...]
H A Drtwreg.h840 #define RTW_TPPOLL 0xd9 /* Transmit Priority Polling Register, 8b, macro

Completed in 142 milliseconds