Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwi/
H A Dif_bwireg.h470 #define BWI_INTR_EO_ATIM __BIT(5) /* End of ATIM */ macro
483 BWI_INTR_EO_ATIM | BWI_INTR_PMQ | BWI_INTR_MAC_TXERR | \
H A Dif_bwi.c1610 if (intr_status & BWI_INTR_EO_ATIM) in bwi_intr()