Home
last modified time | relevance | path

Searched refs:csio_hw_sf1_read (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_hw.c380 * csio_hw_sf1_read - read data from the serial flash
392 csio_hw_sf1_read(struct csio_hw *hw, uint32_t byte_cnt, int32_t cont, in csio_hw_sf1_read() function
459 ret = csio_hw_sf1_read(hw, 1, 0, 1, &status); in csio_hw_flash_wait_op()
500 ret = csio_hw_sf1_read(hw, 1, 1, 0, data); in csio_hw_read_flash()
505 ret = csio_hw_sf1_read(hw, 4, nwords > 1, nwords == 1, data); in csio_hw_read_flash()
781 ret = csio_hw_sf1_read(hw, 3, 0, 1, &flashid); in csio_hw_get_flash_params()
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A Dcsio_hw.c380 * csio_hw_sf1_read - read data from the serial flash
392 csio_hw_sf1_read(struct csio_hw *hw, uint32_t byte_cnt, int32_t cont, in csio_hw_sf1_read() function
459 ret = csio_hw_sf1_read(hw, 1, 0, 1, &status); in csio_hw_flash_wait_op()
500 ret = csio_hw_sf1_read(hw, 1, 1, 0, data); in csio_hw_read_flash()
505 ret = csio_hw_sf1_read(hw, 4, nwords > 1, nwords == 1, data); in csio_hw_read_flash()
781 ret = csio_hw_sf1_read(hw, 3, 0, 1, &flashid); in csio_hw_get_flash_params()

Completed in 9 milliseconds