iwlwifi: trans: Take ownership on secure machine before FW load
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-prph.h
index aa6fb584a5a658675b5ae7c442a97be344d7597f..bc962888c5836435450882a0d535c8d9534d14e7 100644 (file)
@@ -381,6 +381,7 @@ enum secure_load_status_reg {
 #define WFPM_CTRL_REG                  0xA03030
 enum {
        ENABLE_WFPM = BIT(31),
+       WFPM_AUX_CTL_AUX_IF_MAC_OWNER_MSK       = 0x80000000,
 };
 
 #define AUX_MISC_REG                   0xA200B0
@@ -388,6 +389,15 @@ enum {
        HW_STEP_LOCATION_BITS = 24,
 };
 
+#define AUX_MISC_MASTER1_EN            0xA20818
+enum aux_misc_master1_en {
+       AUX_MISC_MASTER1_EN_SBE_MSK     = 0x1,
+};
+
+#define AUX_MISC_MASTER1_SMPHR_STATUS  0xA20800
+#define RSA_ENABLE                     0xA24B08
+#define PREG_AUX_BUS_WPROT_0           0xA04CC0
+
 /* FW chicken bits */
 #define LMPM_CHICK                     0xA01FF8
 enum {
This page took 0.02574 seconds and 5 git commands to generate.