Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Drtw.c591 uint8_t tppoll; in rtw_tx_kick() local
593 tppoll = RTW_READ8(regs, RTW_TPPOLL); in rtw_tx_kick()
594 tppoll &= ~RTW_TPPOLL_SALL; in rtw_tx_kick()
595 tppoll |= ringsel & RTW_TPPOLL_ALL; in rtw_tx_kick()
596 RTW_WRITE8(regs, RTW_TPPOLL, tppoll); in rtw_tx_kick()
3542 uint8_t tppoll; in rtw_idle() local
3550 (tppoll = RTW_READ8(regs, RTW_TPPOLL) & RTW_TPPOLL_ACTIVE) != 0; in rtw_idle()
3554 active * 10, tppoll); in rtw_idle()