Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/iwm/
H A Dif_iwmreg.h206 #define IWM_CSR_INT_BIT_ALIVE (1 << 0) /* uCode interrupts once it initializes */ macro
215 IWM_CSR_INT_BIT_ALIVE | \
H A Dif_iwm.c5798 r1 &= ~(IWM_CSR_INT_BIT_ALIVE | IWM_CSR_INT_BIT_SCD); in iwm_intr()