Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_iwireg.h58 #define IWI_INTR_TX4_DONE 0x00008000 macro
66 IWI_INTR_TX2_DONE | IWI_INTR_TX3_DONE | IWI_INTR_TX4_DONE | \
H A Dif_iwi.c1200 if (r & IWI_INTR_TX4_DONE) in iwi_intr()