Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dpci.c495 int curr_delay = 5; in ath10k_pci_wake_wait() local
505 udelay(curr_delay); in ath10k_pci_wake_wait()
506 tot_delay += curr_delay; in ath10k_pci_wake_wait()
508 if (curr_delay < 50) in ath10k_pci_wake_wait()
509 curr_delay += 5; in ath10k_pci_wake_wait()