wifi: iwlwifi: mvm: fix the PHY context resolution for p2p device
[linux-2.6-block.git] / drivers / net / wireless / intel / iwlwifi / iwl-csr.h
index 587368a0ad4ae2e48ca977ac1c0d5d2b94f46b3b..a4df67ff21bad7c913e8d32b1eafc4405393790d 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
 /*
- * Copyright (C) 2005-2014, 2018-2022 Intel Corporation
+ * Copyright (C) 2005-2014, 2018-2023 Intel Corporation
  * Copyright (C) 2013-2014 Intel Mobile Communications GmbH
  * Copyright (C) 2016 Intel Deutschland GmbH
  */
@@ -313,6 +313,7 @@ enum {
        SILICON_C_STEP,
        SILICON_D_STEP,
        SILICON_E_STEP,
+       SILICON_TC_STEP = 0xe,
        SILICON_Z_STEP = 0xf,
 };
 
@@ -618,6 +619,7 @@ enum msix_hw_int_causes {
        MSIX_HW_INT_CAUSES_REG_WAKEUP           = BIT(1),
        MSIX_HW_INT_CAUSES_REG_IML              = BIT(1),
        MSIX_HW_INT_CAUSES_REG_RESET_DONE       = BIT(2),
+       MSIX_HW_INT_CAUSES_REG_TOP_FATAL_ERR    = BIT(3),
        MSIX_HW_INT_CAUSES_REG_SW_ERR_BZ        = BIT(5),
        MSIX_HW_INT_CAUSES_REG_CT_KILL          = BIT(6),
        MSIX_HW_INT_CAUSES_REG_RF_KILL          = BIT(7),