Lines Matching defs:size
114 int llc_sram_enable(int ap_index, int size)
119 if ((size <= 0) || (size > LLC_SIZE) || (size % LLC_WAY_SIZE))
125 ways_to_allocate = size / LLC_WAY_SIZE;
158 int llc_sram_test(int ap_index, int size, char *msg)
163 if ((size <= 0) || (size > LLC_SIZE))
168 end_addr = PLAT_MARVELL_TRUSTED_RAM_BASE + size;
175 end_addr = PLAT_MARVELL_TRUSTED_RAM_BASE + size;