Home
last modified time | relevance | path

Searched refs:LLC_WAY_SIZE (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a/drivers/marvell/
A Dcache_llc.c119 if ((size <= 0) || (size > LLC_SIZE) || (size % LLC_WAY_SIZE)) in llc_sram_enable()
125 ways_to_allocate = size / LLC_WAY_SIZE; in llc_sram_enable()
141 way_addr += LLC_WAY_SIZE; in llc_sram_enable()
/trusted-firmware-a/include/drivers/marvell/
A Dcache_llc.h37 #define LLC_WAY_SIZE (LLC_SIZE / LLC_WAYS) macro
44 #define LLC_BLK_ALOC_BASE_ADDR(addr) ((addr) & ~(LLC_WAY_SIZE - 1))

Completed in 2 milliseconds