Home
last modified time | relevance | path

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

/arch/sh/kernel/cpu/sh4a/
Dsmp-shx3.c25 #define STBCR_MSTP 0x00000001 macro
95 if (!(__raw_readl(STBCR_REG(cpu)) & STBCR_MSTP)) in shx3_start_cpu()
96 __raw_writel(STBCR_MSTP, STBCR_REG(cpu)); in shx3_start_cpu()
98 while (!(__raw_readl(STBCR_REG(cpu)) & STBCR_MSTP)) in shx3_start_cpu()
121 __raw_writel(STBCR_MSTP, STBCR_REG(cpu)); in shx3_update_boot_vector()
122 while (!(__raw_readl(STBCR_REG(cpu)) & STBCR_MSTP)) in shx3_update_boot_vector()