Searched refs:PPC_CCBR (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4a/
H A Dperf_event.c17 #define PPC_CCBR(idx) (0xff200800 + (sizeof(u32) * idx)) macro
206 tmp = __raw_readl(PPC_CCBR(idx));
208 __raw_writel(tmp, PPC_CCBR(idx));
220 tmp = __raw_readl(PPC_CCBR(idx));
222 __raw_writel(tmp, PPC_CCBR(idx));
224 __raw_writel(__raw_readl(PPC_CCBR(idx)) | CCBR_DUC, PPC_CCBR(idx));
232 __raw_writel(__raw_readl(PPC_CCBR(i)) & ~CCBR_DUC, PPC_CCBR(i));
240 __raw_writel(__raw_readl(PPC_CCBR(
[all...]

Completed in 85 milliseconds