Searched refs:SRAM_BLOCK (Results 1 – 1 of 1) sorted by relevance
29 #define SRAM_BLOCK 2048 macro166 nblocks = sram->size / SRAM_BLOCK; in admac_alloc_sram_carveout()172 *out = FIELD_PREP(CHAN_SRAM_CARVEOUT_BASE, i * SRAM_BLOCK) | in admac_alloc_sram_carveout()173 FIELD_PREP(CHAN_SRAM_CARVEOUT_SIZE, SRAM_BLOCK); in admac_alloc_sram_carveout()201 i = base / SRAM_BLOCK; in admac_free_sram_carveout()