Searched refs:CSR_INT_BIT_RESET_DONE (Results 1 – 4 of 4) sorted by relevance
205 #define CSR_INT_BIT_RESET_DONE (1 << 2) /* reset handshake with firmware is done */ macro216 CSR_INT_BIT_RESET_DONE | \
129 reset_done = inta_hw & CSR_INT_BIT_RESET_DONE; in iwl_trans_pcie_fw_reset_handshake()
948 trans_pcie->inta_mask = CSR_INT_BIT_RESET_DONE; in iwl_enable_fw_load_int_ctx_info()
2012 if (inta & CSR_INT_BIT_RESET_DONE) { in iwl_pcie_irq_handler()2014 handled |= CSR_INT_BIT_RESET_DONE; in iwl_pcie_irq_handler()
Completed in 16 milliseconds