Home
last modified time | relevance | path

Searched refs:SF_SEC_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dt4_hw.h82 SF_SEC_SIZE = 64 * 1024, /* serial flash sector size */ enumerator
198 #define FLASH_START(start) ((start) * SF_SEC_SIZE)
199 #define FLASH_MAX_SIZE(nsecs) ((nsecs) * SF_SEC_SIZE)
A Dt4_hw.c8983 adap->params.sf_size / SF_SEC_SIZE; in t4_get_flash_params()
9094 adap->params.sf_nsec = size / SF_SEC_SIZE; in t4_get_flash_params()
10173 flash_cfg_start_sec = addr / SF_SEC_SIZE; in t4_load_cfg()
10717 flash_cfg_start_sec = addr / SF_SEC_SIZE; in t4_load_bootcfg()
/linux-6.3-rc2/drivers/scsi/csiostor/
A Dcsio_hw.h184 SF_SIZE = SF_SEC_SIZE * 16, /* serial flash size */
A Dcsio_hw.c792 hw->params.sf_size / SF_SEC_SIZE; in csio_hw_get_flash_params()
868 hw->params.sf_nsec = size / SF_SEC_SIZE; in csio_hw_get_flash_params()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb3/
A Dt3_hw.c708 SF_SEC_SIZE = 64 * 1024, /* serial flash sector size */ enumerator
709 SF_SIZE = SF_SEC_SIZE * 8, /* serial flash size */

Completed in 36 milliseconds