Home
last modified time | relevance | path

Searched refs:cvr (Results 1 – 2 of 2) sorted by relevance

/arch/sh/kernel/cpu/sh4/
Dprobe.c20 unsigned long pvr, prr, cvr; in cpu_probe() local
33 cvr = (__raw_readl(CCN_CVR)); in cpu_probe()
62 if ((cvr & 0x10000000) == 0) { in cpu_probe()
79 if ((cvr & 0x20000000)) in cpu_probe()
206 size = sizes[(cvr >> 20) & 0xf]; in cpu_probe()
214 size = sizes[(cvr >> 16) & 0xf]; in cpu_probe()
228 if ((cvr & 0xf) == 0) in cpu_probe()
235 cvr ^= 0xf; in cpu_probe()
243 size = (cvr & 0xf) << 17; in cpu_probe()
/arch/m68k/include/asm/
Datarihw.h492 u_char cvr; member