Просмотр исходного кода

qcacmn: Increase PCI EP state check time to 150us

Increase busy wait time gap to read PCI EP power state from
100us to 150us.

Change-Id: I1e4623363528bc718749612c0704a81a5113632b
CRs-Fixed: 3152041
Ananya Gupta 3 лет назад
Родитель
Сommit
89beaf8bd7
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      hif/src/ipcie/if_ipci.h

+ 2 - 2
hif/src/ipcie/if_ipci.h

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020-2021 The Linux Foundation. All rights reserved.
- * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -67,7 +67,7 @@ struct hif_ipci_stats {
 
 #ifdef FEATURE_HAL_DELAYED_REG_WRITE
 #define EP_VOTE_POLL_TIME_US  50
-#define EP_VOTE_POLL_TIME_CNT 2
+#define EP_VOTE_POLL_TIME_CNT 3
 #ifdef HAL_CONFIG_SLUB_DEBUG_ON
 #define EP_WAKE_RESET_DELAY_TIMEOUT_MS 3
 #else