Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dbwireg.h473 #define BWI_INTR_NOISE (1 << 18) macro
481 BWI_INTR_NOISE | BWI_INTR_RF_DISABLED | BWI_INTR_TX_DONE)
H A Dbwi.c658 if (intr_status & BWI_INTR_NOISE) in bwi_intr()