Home
last modified time | relevance | path

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

/linux/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c1006 msleep(FW_READY_INTERVAL); in mpi_init_check()
1021 msleep(FW_READY_INTERVAL); in mpi_init_check()
1061 msleep(FW_READY_INTERVAL); in check_fw_ready()
1080 msleep(FW_READY_INTERVAL); in check_fw_ready()
1087 max_wait_time * FW_READY_INTERVAL, value); in check_fw_ready()
1092 (max_wait_time - max_wait_count) * FW_READY_INTERVAL); in check_fw_ready()
1523 msleep(FW_READY_INTERVAL); in mpi_uninit_check()
1537 msleep(FW_READY_INTERVAL); in mpi_uninit_check()
H A Dpm80xx_hwi.h1665 #define FW_READY_INTERVAL 20 macro