Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/iwlwifi/
H A Diwl-csr.h188 #define CSR_INT_BIT_SW_ERR (1 << 25) /* uCode error */ macro
198 CSR_INT_BIT_SW_ERR | \
/freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/
H A Drx.c1951 if (inta & CSR_INT_BIT_SW_ERR) {
1956 handled |= CSR_INT_BIT_SW_ERR;
H A Dtrans.c3499 sw_err_bit = CSR_INT_BIT_SW_ERR; in iwl_trans_pcie_sync_nmi()