sys/dev/ic/rtw.c
1478
if ((RTW_READ8(&sc->sc_regs, RTW_TPPOLL) & RTW_TPPOLL_BQ) == 0){
sys/dev/ic/rtw.c
1884
RTW_WBW(regs, RTW_TPPOLL, RTW_IMR);
sys/dev/ic/rtw.c
1889
RTW_WRITE8(regs, RTW_TPPOLL, RTW_TPPOLL_SALL);
sys/dev/ic/rtw.c
1891
RTW_SYNC(regs, RTW_TPPOLL, RTW_IMR);
sys/dev/ic/rtw.c
3271
tppoll = RTW_READ8(&sc->sc_regs, RTW_TPPOLL);
sys/dev/ic/rtw.c
3274
RTW_WRITE8(&sc->sc_regs, RTW_TPPOLL, tppoll);
sys/dev/ic/rtw.c
3275
RTW_SYNC(&sc->sc_regs, RTW_TPPOLL, RTW_TPPOLL);
sys/dev/ic/rtw.c
3295
RTW_WRITE8(regs, RTW_TPPOLL, RTW_TPPOLL_SALL);
sys/dev/ic/rtw.c
3296
RTW_WBR(regs, RTW_TPPOLL, RTW_TPPOLL);
sys/dev/ic/rtw.c
3299
(RTW_READ8(regs, RTW_TPPOLL) & RTW_TPPOLL_ACTIVE) != 0; active++)
sys/dev/ic/rtw.c
3494
tppoll = RTW_READ8(&sc->sc_regs, RTW_TPPOLL);
sys/dev/ic/rtw.c
3496
RTW_WRITE8(&sc->sc_regs, RTW_TPPOLL, tppoll);