Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath10k/
Dpci.c469 int tot_delay = 0; in ath10k_pci_wake_wait() local
472 while (tot_delay < PCIE_WAKE_TIMEOUT) { in ath10k_pci_wake_wait()
474 if (tot_delay > PCIE_WAKE_LATE_US) in ath10k_pci_wake_wait()
476 tot_delay / 1000); in ath10k_pci_wake_wait()
481 tot_delay += curr_delay; in ath10k_pci_wake_wait()