Searched refs:WaitDelay (Results 1 – 2 of 2) sorted by relevance
51 unsigned long AssertDelay, WaitDelay; in iSeries_Device_ToggleReset() local62 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()
944 unsigned long AssertDelay, WaitDelay; in pci_reset_device() local951 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()