Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwi/
H A Dif_bwireg.h469 #define BWI_INTR_TBTT __BIT(2) macro
482 (BWI_INTR_READY | BWI_INTR_BEACON | BWI_INTR_TBTT | \
H A Dif_bwi.c1607 if (intr_status & BWI_INTR_TBTT) in bwi_intr()