[go: nahoru, domu]

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

/drivers/scsi/csiostor/
H A Dcsio_hw.c440 * csio_hw_sf1_write - write data to the serial flash
452 csio_hw_sf1_write(struct csio_hw *hw, uint32_t byte_cnt, uint32_t cont, function
485 ret = csio_hw_sf1_write(hw, 1, 1, 1, SF_RD_STATUS);
526 ret = csio_hw_sf1_write(hw, 4, 1, 0, addr);
569 ret = csio_hw_sf1_write(hw, 1, 0, 1, SF_WR_ENABLE);
573 ret = csio_hw_sf1_write(hw, 4, 1, 1, val);
582 ret = csio_hw_sf1_write(hw, c, c != left, 1, val);
626 ret = csio_hw_sf1_write(hw, 1, 0, 1, SF_WR_ENABLE);
630 ret = csio_hw_sf1_write(hw, 4, 0, 1,
834 ret = csio_hw_sf1_write(h
[all...]

Completed in 15 milliseconds