Searched refs:STBCR_MSTP (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 Dsmp-shx3.c25 #define STBCR_MSTP 0x00000001 macro
95 if (!(__raw_readl(STBCR_REG(cpu)) & STBCR_MSTP))
96 __raw_writel(STBCR_MSTP, STBCR_REG(cpu));
98 while (!(__raw_readl(STBCR_REG(cpu)) & STBCR_MSTP))
121 __raw_writel(STBCR_MSTP, STBCR_REG(cpu));
122 while (!(__raw_readl(STBCR_REG(cpu)) & STBCR_MSTP))

Completed in 178 milliseconds