Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/pm8001/
Dpm80xx_hwi.c1005 msleep(FW_READY_INTERVAL); in mpi_init_check()
1020 msleep(FW_READY_INTERVAL); in mpi_init_check()
1060 msleep(FW_READY_INTERVAL); in check_fw_ready()
1079 msleep(FW_READY_INTERVAL); in check_fw_ready()
1086 max_wait_time * FW_READY_INTERVAL, value); in check_fw_ready()
1091 (max_wait_time - max_wait_count) * FW_READY_INTERVAL); in check_fw_ready()
1522 msleep(FW_READY_INTERVAL); in mpi_uninit_check()
1536 msleep(FW_READY_INTERVAL); in mpi_uninit_check()
Dpm80xx_hwi.h1665 #define FW_READY_INTERVAL 20 macro