Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_iwmreg.h196 #define IWM_CSR_INT_BIT_ALIVE (1 << 0) /* uCode interrupts once it initializes */ macro
205 IWM_CSR_INT_BIT_ALIVE | \
H A Dif_iwm.c11414 handled |= (r1 & (IWM_CSR_INT_BIT_ALIVE /*| IWM_CSR_INT_BIT_SCD*/)); in iwm_intr()