Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A 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()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A 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()

Completed in 9 milliseconds