Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/cpu-sh3/cpu/
H A Dcache.h23 #define CCR_CACHE_ORA 0x20 /* RAM mode */ macro
/openbmc/linux/arch/sh/include/cpu-sh4/cpu/
H A Dcache.h22 #define CCR_CACHE_ORA 0x0020 /* OC RAM Mode */ macro
/openbmc/linux/arch/sh/kernel/cpu/
H A Dinit.c130 #ifdef CCR_CACHE_ORA in cache_init()
135 if (ccr & CCR_CACHE_ORA) in cache_init()
/openbmc/linux/arch/sh/mm/
H A Dcache-debugfs.c61 if ((ccr & CCR_CACHE_ORA) && cache_type == CACHE_TYPE_DCACHE) in cache_debugfs_show()