Searched refs:csio_hw_read_flash (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 473 * csio_hw_read_flash - read words from serial flash 486 csio_hw_read_flash(struct csio_hw *hw, uint32_t addr, uint32_t nwords, in csio_hw_read_flash() function 563 ret = csio_hw_read_flash(hw, addr & ~0xff, ARRAY_SIZE(buf), buf, 1); in csio_hw_write_flash() 639 return csio_hw_read_flash(hw, FLASH_FW_START + in csio_hw_get_fw_version() 654 return csio_hw_read_flash(hw, FLASH_FW_START + in csio_hw_get_tp_version() 2326 ret = csio_hw_read_flash(hw, FLASH_FW_START, in csio_hw_prep_fw()
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 473 * csio_hw_read_flash - read words from serial flash 486 csio_hw_read_flash(struct csio_hw *hw, uint32_t addr, uint32_t nwords, in csio_hw_read_flash() function 563 ret = csio_hw_read_flash(hw, addr & ~0xff, ARRAY_SIZE(buf), buf, 1); in csio_hw_write_flash() 639 return csio_hw_read_flash(hw, FLASH_FW_START + in csio_hw_get_fw_version() 654 return csio_hw_read_flash(hw, FLASH_FW_START + in csio_hw_get_tp_version() 2326 ret = csio_hw_read_flash(hw, FLASH_FW_START, in csio_hw_prep_fw()
|
Completed in 10 milliseconds