Home
last modified time | relevance | path

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

/arch/sh/include/cpu-sh3/cpu/
Dcache.h26 #define CCR_CACHE_ORA 0x20 /* RAM mode */ macro
/arch/sh/include/cpu-sh4/cpu/
Dcache.h25 #define CCR_CACHE_ORA 0x0020 /* OC RAM Mode */ macro
/arch/sh/kernel/cpu/
Dinit.c92 #ifdef CCR_CACHE_ORA in cache_init()
97 if (ccr & CCR_CACHE_ORA) in cache_init()
/arch/sh/mm/
Dcache-debugfs.c77 if ((ccr & CCR_CACHE_ORA) && cache_type == CACHE_TYPE_DCACHE) in cache_seq_show()