Searched refs:BOOTCFG_MAX_SIZE (Results 1 – 1 of 1) sorted by relevance
41 #define BOOTCFG_MAX_SIZE 0x1000 macro149 if (sector_length > BOOTCFG_MAX_SIZE) in efx_bootcfg_read()150 sector_length = BOOTCFG_MAX_SIZE; in efx_bootcfg_read()260 if (sector_length > BOOTCFG_MAX_SIZE) in efx_bootcfg_write()261 sector_length = BOOTCFG_MAX_SIZE; in efx_bootcfg_write()274 if (used_bytes > MIN(sector_length, BOOTCFG_MAX_SIZE)) { in efx_bootcfg_write()