Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_iwmreg.h199 #define IWM_CSR_INT_BIT_SW_ERR (1 << 25) /* uCode error */ macro
209 IWM_CSR_INT_BIT_SW_ERR | \
H A Dif_iwm.c7617 if (r1 & IWM_CSR_INT_BIT_SW_ERR) { in iwm_softintr()