Searched refs:CSR_INT_BIT_ALIVE (Results 1 – 5 of 5) sorted by relevance
188 #define CSR_INT_BIT_ALIVE (1 << 0) /* uCode interrupts once it initializes */ macro197 CSR_INT_BIT_ALIVE)
1399 if (inta & CSR_INT_BIT_ALIVE) { in il3945_irq_tasklet()1406 inta &= ~(CSR_INT_BIT_SCD | CSR_INT_BIT_ALIVE); in il3945_irq_tasklet()
4407 if (inta & CSR_INT_BIT_ALIVE) { in il4965_irq_tasklet()4414 inta &= ~(CSR_INT_BIT_SCD | CSR_INT_BIT_ALIVE); in il4965_irq_tasklet()
207 #define CSR_INT_BIT_ALIVE (1 << 0) /* uCode interrupts once it initializes */ macro217 CSR_INT_BIT_ALIVE | \
1995 if (inta & CSR_INT_BIT_ALIVE) { in iwl_pcie_irq_handler()2006 handled |= CSR_INT_BIT_ALIVE; in iwl_pcie_irq_handler()2015 inta &= ~(CSR_INT_BIT_SCD | CSR_INT_BIT_ALIVE); in iwl_pcie_irq_handler()2145 else if (handled & (CSR_INT_BIT_ALIVE | CSR_INT_BIT_FH_RX)) in iwl_pcie_irq_handler()