Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/iwlwifi/
H A Diwl-csr.h190 #define CSR_INT_BIT_SW_ERR (1 << 25) /* uCode error */ macro
200 CSR_INT_BIT_SW_ERR | \
/freebsd-14.2/sys/contrib/dev/iwlwifi/pcie/
H A Drx.c1972 if (inta & CSR_INT_BIT_SW_ERR) {
1977 handled |= CSR_INT_BIT_SW_ERR;
H A Dtrans.c3540 sw_err_bit = CSR_INT_BIT_SW_ERR; in iwl_trans_pcie_sync_nmi()