Searched refs:SRAM_GRANULARITY (Results 1 – 4 of 4) sorted by relevance
14 #define SRAM_GRANULARITY 512 macro
20 #define SRAM_GRANULARITY 512 macro
190 .granularity = SRAM_GRANULARITY,195 .granularity = SRAM_GRANULARITY,
61 sram_pool = gen_pool_create(ilog2(SRAM_GRANULARITY), -1); in sram_init()