Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sh/include/asm/
H A Dcpu_sh7757.h179 #define CCN_PRR 0xff000044 macro
186 int __ret = prr_mask(__raw_readl(CCN_PRR)) == PRR_SH7757_B0; \
/openbmc/linux/arch/sh/include/asm/
H A Dprocessor_32.h21 #define CCN_PRR 0xff000044 macro
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dprobe.c29 prr = (__raw_readl(CCN_PRR) >> 4) & 0xff; in cpu_probe()
/openbmc/linux/arch/sh/mm/
H A Dcache-sh4.c389 __raw_readl(CCN_PRR)); in sh4_cache_init()