Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_sis.c42 OS_SLEEP(1000); /* 1 ms delay for PCI W/R ordering issue */ in sis_disable_msix()
59 OS_SLEEP(1000); /* 1 ms delay for PCI W/R ordering issue */ in sis_enable_intx()
79 OS_SLEEP(1000); /* 1 ms delay for PCI W/R ordering issue */ in sis_disable_intx()
130 OS_SLEEP(1000); /* 1 ms delay for PCI W/R ordering issue */ in pqisrc_reenable_sis()
152 OS_SLEEP(1000000); in pqisrc_check_fw_status()
530 OS_SLEEP(500); in pqisrc_sis_wait_for_db_bit_to_clear()
H A Dsmartpqi_init.c364 OS_SLEEP(PQISRC_MODE_READY_POLL_INTERVAL); in pqisrc_check_pqimode()
423 OS_SLEEP(PQI_RESET_POLL_INTERVAL);/* 100 msec */ in pqisrc_wait_for_pqi_reset_completion()
452 OS_SLEEP(1000); /* 1 ms delay for PCI W/R ordering issue */ in pqi_reset()
466 OS_SLEEP(1000); /* 1 ms delay for PCI W/R ordering issue */ in pqi_reset()
649 OS_SLEEP(1000); in pqisrc_wait_for_cmnd_complete()
H A Dsmartpqi_helper.c158 OS_SLEEP(500); /* Micro sec */ in pqisrc_wait_on_condition()
406 OS_SLEEP(delay_in_usec);
H A Dsmartpqi_defines.h111 OS_SLEEP(1000); \
455 OS_SLEEP(1000); \
1064 #define OS_SLEEP(timeout) \ macro