tppoll           3116 dev/ic/rtw.c   	uint8_t tppoll;
tppoll           3326 dev/ic/rtw.c   		tppoll = RTW_READ8(&sc->sc_regs, RTW_TPPOLL);
tppoll           3327 dev/ic/rtw.c   		tppoll &= ~RTW_TPPOLL_SALL;
tppoll           3328 dev/ic/rtw.c   		tppoll |= tsb->tsb_poll & RTW_TPPOLL_ALL;
tppoll           3329 dev/ic/rtw.c   		RTW_WRITE8(&sc->sc_regs, RTW_TPPOLL, tppoll);
tppoll           3538 dev/ic/rtw.c   	u_int8_t tppoll;
tppoll           3546 dev/ic/rtw.c   		tppoll = RTW_READ8(&sc->sc_regs, RTW_TPPOLL);
tppoll           3547 dev/ic/rtw.c   		tppoll |= RTW_TPPOLL_SBQ;
tppoll           3548 dev/ic/rtw.c   		RTW_WRITE8(&sc->sc_regs, RTW_TPPOLL, tppoll);