Home
last modified time | relevance | path

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

/hal_intel-3.5.0/bsp_sedi/soc/intel_ish/include/
Dsedi_driver_core.h12 #define SEDI_DCACHE_LINE_SIZE ((uint32_t)16) macro
37 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()