Searched refs:CSR_INT_BIT_SW_ERR (Results 1 – 6 of 6) sorted by relevance
183 #define CSR_INT_BIT_SW_ERR (1 << 25) /* uCode error */ macro193 CSR_INT_BIT_SW_ERR | \
1447 if (inta & CSR_INT_BIT_SW_ERR) { in il3945_irq_tasklet()1452 handled |= CSR_INT_BIT_SW_ERR; in il3945_irq_tasklet()
4455 if (inta & CSR_INT_BIT_SW_ERR) { in il4965_irq_tasklet()4460 handled |= CSR_INT_BIT_SW_ERR; in il4965_irq_tasklet()
188 #define CSR_INT_BIT_SW_ERR (1 << 25) /* uCode error */ macro198 CSR_INT_BIT_SW_ERR | \
1943 if (inta & CSR_INT_BIT_SW_ERR) { in iwl_pcie_irq_handler()1948 handled |= CSR_INT_BIT_SW_ERR; in iwl_pcie_irq_handler()
3465 sw_err_bit = CSR_INT_BIT_SW_ERR; in iwl_trans_pcie_sync_nmi()
Completed in 30 milliseconds