Loading hif/src/ipcie/if_ipci.h +1 −4 Original line number Diff line number Diff line Loading @@ -57,11 +57,8 @@ struct hif_ipci_stats { /* Register used for handshake mechanism to validate UMAC is awake */ #define PCIE_PCIE_LOCAL_REG_PCIE_SOC_WAKE_PCIE_LOCAL_REG (0x01E00000 + 0x3004) /* Timeout duration to validate UMAC wake status */ #ifdef HAL_CONFIG_SLUB_DEBUG_ON #define FORCE_WAKE_DELAY_TIMEOUT_MS 500 #else #define FORCE_WAKE_DELAY_TIMEOUT_MS 50 #endif /* HAL_CONFIG_SLUB_DEBUG_ON */ /* Validate UMAC status every 5ms */ #define FORCE_WAKE_DELAY_MS 5 #endif /* FORCE_WAKE */ Loading Loading
hif/src/ipcie/if_ipci.h +1 −4 Original line number Diff line number Diff line Loading @@ -57,11 +57,8 @@ struct hif_ipci_stats { /* Register used for handshake mechanism to validate UMAC is awake */ #define PCIE_PCIE_LOCAL_REG_PCIE_SOC_WAKE_PCIE_LOCAL_REG (0x01E00000 + 0x3004) /* Timeout duration to validate UMAC wake status */ #ifdef HAL_CONFIG_SLUB_DEBUG_ON #define FORCE_WAKE_DELAY_TIMEOUT_MS 500 #else #define FORCE_WAKE_DELAY_TIMEOUT_MS 50 #endif /* HAL_CONFIG_SLUB_DEBUG_ON */ /* Validate UMAC status every 5ms */ #define FORCE_WAKE_DELAY_MS 5 #endif /* FORCE_WAKE */ Loading