Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
DiSeries_pci_reset.c51 unsigned long AssertDelay, WaitDelay; in iSeries_Device_ToggleReset() local
62 if (WaitDelay == 0) WaitDelay = (30 * HZ)/10; in iSeries_Device_ToggleReset()
63 else WaitDelay = (DelayTime* HZ)/10; in iSeries_Device_ToggleReset()
78 schedule_timeout(WaitDelay); in iSeries_Device_ToggleReset()
Dpci.c944 unsigned long AssertDelay, WaitDelay; in pci_reset_device() local
951 if (WaitDelay == 0) WaitDelay = (30 * HZ)/10; in pci_reset_device()
952 else WaitDelay = (DelayTime* HZ)/10; in pci_reset_device()
964 schedule_timeout(WaitDelay); in pci_reset_device()