Searched refs:SEDI_DCACHE_LINE_SIZE (Results 1 – 1 of 1) sorted by relevance
12 #define SEDI_DCACHE_LINE_SIZE ((uint32_t)16) macro37 end = (end + (SEDI_DCACHE_LINE_SIZE - 1)) & ~(SEDI_DCACHE_LINE_SIZE - 1); in sedi_core_inv_clean_dcache_by_addr()39 for (; start < end; start += SEDI_DCACHE_LINE_SIZE) { in sedi_core_inv_clean_dcache_by_addr()