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

/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw.c517 * csio_hw_write_flash - write up to a page of data to the serial flash
527 csio_hw_write_flash(struct csio_hw *hw, uint32_t addr, function
733 ret = csio_hw_write_flash(hw, FLASH_FW_START, SF_PAGE_SIZE, first_page);
744 ret = csio_hw_write_flash(hw, addr, SF_PAGE_SIZE, fw_data);
749 ret = csio_hw_write_flash(hw,

Completed in 66 milliseconds