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()
4449 if (inta & CSR_INT_BIT_SW_ERR) { in il4965_irq_tasklet()4454 handled |= CSR_INT_BIT_SW_ERR; in il4965_irq_tasklet()
190 #define CSR_INT_BIT_SW_ERR (1 << 25) /* uCode error */ macro200 CSR_INT_BIT_SW_ERR | \
1967 if (inta & CSR_INT_BIT_SW_ERR) { in iwl_pcie_irq_handler()1972 handled |= CSR_INT_BIT_SW_ERR; in iwl_pcie_irq_handler()
3523 sw_err_bit = CSR_INT_BIT_SW_ERR; in iwl_trans_pcie_sync_nmi()
Completed in 29 milliseconds