Home
last modified time | relevance | path

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

/arch/c6x/platforms/
Dcache.c140 - L2_CACHE_ALIGN_LOW((unsigned int) start)) >> 2; in cache_block_operation()
160 imcr_set(bar_reg, L2_CACHE_ALIGN_LOW((unsigned int) start)); in cache_block_operation()
185 - L2_CACHE_ALIGN_LOW((unsigned int) start)) >> 2; in cache_block_operation_nowait()
192 imcr_set(bar_reg, L2_CACHE_ALIGN_LOW((unsigned int) start)); in cache_block_operation_nowait()
/arch/c6x/include/asm/
Dcache.h41 #define L2_CACHE_ALIGN_LOW(x) \ macro