Home
last modified time | relevance | path

Searched refs:FW_START_SEC (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/csiostor/
Dcsio_hw.h215 FW_START_SEC = 8, /* first flash sector for FW */ enumerator
217 FW_IMG_START = FW_START_SEC * SF_SEC_SIZE,
218 FW_MAX_SIZE = (FW_END_SEC - FW_START_SEC + 1) * SF_SEC_SIZE,
Dcsio_hw.c784 FW_START_SEC, FW_START_SEC + i - 1); in csio_hw_fw_dload()
786 ret = csio_hw_flash_erase_sectors(hw, FW_START_SEC, in csio_hw_fw_dload()
787 FW_START_SEC + i - 1); in csio_hw_fw_dload()