Searched refs:csio_hw_flash_wait_op (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 441 * csio_hw_flash_wait_op - wait for a flash operation to complete 449 csio_hw_flash_wait_op(struct csio_hw *hw, int32_t attempts, int32_t delay) in csio_hw_flash_wait_op() function 556 ret = csio_hw_flash_wait_op(hw, 8, 1); in csio_hw_write_flash() 605 ret = csio_hw_flash_wait_op(hw, 14, 500); in csio_hw_flash_erase_sectors()
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 441 * csio_hw_flash_wait_op - wait for a flash operation to complete 449 csio_hw_flash_wait_op(struct csio_hw *hw, int32_t attempts, int32_t delay) in csio_hw_flash_wait_op() function 556 ret = csio_hw_flash_wait_op(hw, 8, 1); in csio_hw_write_flash() 605 ret = csio_hw_flash_wait_op(hw, 14, 500); in csio_hw_flash_erase_sectors()
|
Completed in 10 milliseconds