Searched refs:MAX_MEMORY_SIZE_PER_CS (Results 1 – 1 of 1) sorted by relevance
54 #define MAX_MEMORY_SIZE_PER_CS (16 << 20) macro55 #define MAX_MEMORY_SIZE_TOTAL (4 * MAX_MEMORY_SIZE_PER_CS)389 if (desc->info.offset + desc->info.length > MAX_MEMORY_SIZE_PER_CS) in wpcm_fiu_dirmap_create()393 if (cs * MAX_MEMORY_SIZE_PER_CS + desc->info.offset + desc->info.length > fiu->memory_size) in wpcm_fiu_dirmap_create()404 if (offs >= MAX_MEMORY_SIZE_PER_CS) in wpcm_fiu_direct_read()407 offs += cs * MAX_MEMORY_SIZE_PER_CS; in wpcm_fiu_direct_read()431 writeb(MAX_MEMORY_SIZE_PER_CS / (512 << 10) | BIT(6), fiu->regs + FIU_SPI_FL_CFG); in wpcm_fiu_hw_init()