Home
last modified time | relevance | path

Searched refs:FORCE_WAKE_DELAY_TIMEOUT_MS (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
H A Dif_pci.h42 #define FORCE_WAKE_DELAY_TIMEOUT_MS 500 macro
44 #define FORCE_WAKE_DELAY_TIMEOUT_MS 50 macro
H A Dif_pci.c4064 } while (timeout <= FORCE_WAKE_DELAY_TIMEOUT_MS); in hif_soc_wake_request()
4122 timeout = FORCE_WAKE_DELAY_TIMEOUT_MS * 1000; in hif_force_wake_request()
4218 timeout = FORCE_WAKE_DELAY_TIMEOUT_MS * 1000; in hif_force_wake_request()
/wlan-driver/qca-wifi-host-cmn/hif/src/ipcie/
H A Dif_ipci.h63 #define FORCE_WAKE_DELAY_TIMEOUT_MS 1000 macro
H A Dif_ipci.c903 timeout <= FORCE_WAKE_DELAY_TIMEOUT_MS) { in hif_force_wake_request()