Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m68k/coldfire/
Dcache.c41 "i" (DCACHE_SIZE / CACHE_WAYS), in mcf_cache_push()
42 "i" (CACHE_WAYS) in mcf_cache_push()
/linux-4.1.27/arch/m68k/include/asm/
Dm54xxacr.h65 #define CACHE_WAYS 4 /* 4 ways */ macro
67 #define ICACHE_SET_MASK ((ICACHE_SIZE / 64 - 1) << CACHE_WAYS)
68 #define DCACHE_SET_MASK ((DCACHE_SIZE / 64 - 1) << CACHE_WAYS)
Dm53xxacr.h65 #define CACHE_WAYS 4 /* 4 ways - set associative */ macro