Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Dbwireg.h486 #define BWI_TXRX_INTR_RX (1 << 16) macro
488 #define BWI_TXRX_RX_INTRS (BWI_TXRX_INTR_ERROR | BWI_TXRX_INTR_RX)
H A Dbwi.c805 if (txrx_intr_status[0] & BWI_TXRX_INTR_RX) in bwi_softintr()
808 if (txrx_intr_status[3] & BWI_TXRX_INTR_RX) { in bwi_softintr()