Searched refs:BOOTCFG_MAX_SIZE (Results 1 – 1 of 1) sorted by relevance
16 #define BOOTCFG_MAX_SIZE 0x1000 macro68 max_size = BOOTCFG_MAX_SIZE; in efx_bootcfg_sector_info()76 max_size = BOOTCFG_MAX_SIZE; in efx_bootcfg_sector_info()115 EFSYS_ASSERT3U(max_size, <=, BOOTCFG_MAX_SIZE); in efx_bootcfg_sector_info()870 if (sector_length > BOOTCFG_MAX_SIZE) in efx_bootcfg_read()871 sector_length = BOOTCFG_MAX_SIZE; in efx_bootcfg_read()1019 if (sector_length > BOOTCFG_MAX_SIZE) in efx_bootcfg_write()1020 sector_length = BOOTCFG_MAX_SIZE; in efx_bootcfg_write()1043 if (used_bytes > MIN(sector_length, BOOTCFG_MAX_SIZE)) { in efx_bootcfg_write()