Home
last modified time | relevance | path

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

/sof-3.4.0/src/arch/xtensa/include/xtensa/
Dhal.h1087 #define XTHAL_MEM_NON_CACHEABLE 0x00090000 macro
1406 (((_XTHAL_MEM_CACHE_MASK(x) & XTHAL_MEM_NON_CACHEABLE) == \
1407 XTHAL_MEM_NON_CACHEABLE) ? 1 : 0)
1418 (((((((x) & _XTHAL_LOCAL_CACHE_BITS) >> 4) & XTHAL_MEM_NON_CACHEABLE) == \
1419 XTHAL_MEM_NON_CACHEABLE) ? 1 : 0) ? \
1435 #define XTHAL_MEM_NON_CACHED XTHAL_MEM_NON_CACHEABLE
/sof-3.4.0/src/platform/mt8188/
Dplatform.c143 XTHAL_MPU_ENTRY(0x60500000, 1, XTHAL_AR_RWXrwx, XTHAL_MEM_NON_CACHEABLE), // dram
/sof-3.4.0/src/platform/mt8186/
Dplatform.c143 XTHAL_MPU_ENTRY(0x60500000, 1, XTHAL_AR_RWXrwx, XTHAL_MEM_NON_CACHEABLE), // dram
/sof-3.4.0/src/arch/xtensa/hal/
Dmpu.c1269 …if ((system_cache_type > XTHAL_MEM_NON_CACHEABLE) || (processor_cache_type > XTHAL_MEM_NON_CACHEAB… in check_memory_type()