Home
last modified time | relevance | path

Searched refs:CSR_INT_BIT_SW_ERR (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-csr.h201 #define CSR_INT_BIT_SW_ERR (1 << 25) /* uCode error */ macro
212 CSR_INT_BIT_SW_ERR | \
/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Drx.c2035 if (inta & CSR_INT_BIT_SW_ERR) { in iwl_pcie_irq_handler()
2045 handled |= CSR_INT_BIT_SW_ERR; in iwl_pcie_irq_handler()
H A Dtrans.c3738 sw_err_bit = CSR_INT_BIT_SW_ERR; in iwl_trans_pcie_sync_nmi()