Home
last modified time | relevance | path

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

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