STBCR_REG          51 arch/sh/kernel/cpu/sh4a/smp-shx3.c 	__raw_writel(__raw_readl(STBCR_REG(cpu)) | STBCR_LTSLP, STBCR_REG(cpu));
STBCR_REG          90 arch/sh/kernel/cpu/sh4a/smp-shx3.c 	if (!(__raw_readl(STBCR_REG(cpu)) & STBCR_MSTP))
STBCR_REG          91 arch/sh/kernel/cpu/sh4a/smp-shx3.c 		__raw_writel(STBCR_MSTP, STBCR_REG(cpu));
STBCR_REG          93 arch/sh/kernel/cpu/sh4a/smp-shx3.c 	while (!(__raw_readl(STBCR_REG(cpu)) & STBCR_MSTP))
STBCR_REG          97 arch/sh/kernel/cpu/sh4a/smp-shx3.c 	__raw_writel(STBCR_RESET | STBCR_LTSLP, STBCR_REG(cpu));
STBCR_REG         116 arch/sh/kernel/cpu/sh4a/smp-shx3.c 	__raw_writel(STBCR_MSTP, STBCR_REG(cpu));
STBCR_REG         117 arch/sh/kernel/cpu/sh4a/smp-shx3.c 	while (!(__raw_readl(STBCR_REG(cpu)) & STBCR_MSTP))
STBCR_REG         119 arch/sh/kernel/cpu/sh4a/smp-shx3.c 	__raw_writel(STBCR_RESET, STBCR_REG(cpu));