Searched refs:L1_CACHE_ALIGN (Results 1 - 1 of 1) sorted by relevance

/u-boot/arch/powerpc/include/asm/
H A Dcache.h28 #define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1)) macro

Completed in 40 milliseconds