Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dpci.c470 int tot_delay = 0; in ath10k_pci_wake_wait() local
473 while (tot_delay < PCIE_WAKE_TIMEOUT) { in ath10k_pci_wake_wait()
475 if (tot_delay > PCIE_WAKE_LATE_US) in ath10k_pci_wake_wait()
477 tot_delay / 1000); in ath10k_pci_wake_wait()
482 tot_delay += curr_delay; in ath10k_pci_wake_wait()