Searched refs:LLC_WAY_SIZE (Results 1 – 2 of 2) sorted by relevance
119 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()
37 #define LLC_WAY_SIZE (LLC_SIZE / LLC_WAYS) macro44 #define LLC_BLK_ALOC_BASE_ADDR(addr) ((addr) & ~(LLC_WAY_SIZE - 1))
Completed in 2 milliseconds