Searched refs:csio_hw_sf1_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 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(hw, 1, 1, 0, SF_RD_ID); in csio_hw_get_flash_params()
|