Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/ipcie/
Dif_ipci.h66 #define FORCE_WAKE_DELAY_MS 5 macro
Dif_ipci.c905 qdf_mdelay(FORCE_WAKE_DELAY_MS); in hif_force_wake_request()
907 qdf_sleep(FORCE_WAKE_DELAY_MS); in hif_force_wake_request()
909 timeout += FORCE_WAKE_DELAY_MS; in hif_force_wake_request()
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
Dif_pci.h47 #define FORCE_WAKE_DELAY_MS 5 macro
Dif_pci.c4062 qdf_mdelay(FORCE_WAKE_DELAY_MS); in hif_soc_wake_request()
4063 timeout += FORCE_WAKE_DELAY_MS; in hif_soc_wake_request()