Searched refs:csio_hw_sf1_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 412 * csio_hw_sf1_write - write data to the serial flash 424 csio_hw_sf1_write(struct csio_hw *hw, uint32_t byte_cnt, uint32_t cont, in csio_hw_sf1_write() function 455 ret = csio_hw_sf1_write(hw, 1, 1, 1, SF_RD_STATUS); in csio_hw_flash_wait_op() 496 ret = csio_hw_sf1_write(hw, 4, 1, 0, addr); in csio_hw_read_flash() 539 ret = csio_hw_sf1_write(hw, 1, 0, 1, SF_WR_ENABLE); in csio_hw_write_flash() 543 ret = csio_hw_sf1_write(hw, 4, 1, 1, val); in csio_hw_write_flash() 552 ret = csio_hw_sf1_write(hw, c, c != left, 1, val); in csio_hw_write_flash() 596 ret = csio_hw_sf1_write(hw, 1, 0, 1, SF_WR_ENABLE); in csio_hw_flash_erase_sectors() 600 ret = csio_hw_sf1_write(hw, 4, 0, 1, in csio_hw_flash_erase_sectors() 779 ret = csio_hw_sf1_write(h in csio_hw_get_flash_params() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 412 * csio_hw_sf1_write - write data to the serial flash 424 csio_hw_sf1_write(struct csio_hw *hw, uint32_t byte_cnt, uint32_t cont, in csio_hw_sf1_write() function 455 ret = csio_hw_sf1_write(hw, 1, 1, 1, SF_RD_STATUS); in csio_hw_flash_wait_op() 496 ret = csio_hw_sf1_write(hw, 4, 1, 0, addr); in csio_hw_read_flash() 539 ret = csio_hw_sf1_write(hw, 1, 0, 1, SF_WR_ENABLE); in csio_hw_write_flash() 543 ret = csio_hw_sf1_write(hw, 4, 1, 1, val); in csio_hw_write_flash() 552 ret = csio_hw_sf1_write(hw, c, c != left, 1, val); in csio_hw_write_flash() 596 ret = csio_hw_sf1_write(hw, 1, 0, 1, SF_WR_ENABLE); in csio_hw_flash_erase_sectors() 600 ret = csio_hw_sf1_write(hw, 4, 0, 1, in csio_hw_flash_erase_sectors() 779 ret = csio_hw_sf1_write(h in csio_hw_get_flash_params() [all...] |
Completed in 5 milliseconds