Searched refs:STBCR_REG (Results 1 – 1 of 1) sorted by relevance
22 #define STBCR_REG(phys_id) (0xfe400004 | (phys_id << 12)) macro54 __raw_writel(__raw_readl(STBCR_REG(cpu)) | STBCR_LTSLP, STBCR_REG(cpu)); in shx3_smp_setup()96 if (!(__raw_readl(STBCR_REG(cpu)) & STBCR_MSTP)) in shx3_start_cpu()97 __raw_writel(STBCR_MSTP, STBCR_REG(cpu)); in shx3_start_cpu()99 while (!(__raw_readl(STBCR_REG(cpu)) & STBCR_MSTP)) in shx3_start_cpu()103 __raw_writel(STBCR_RESET | STBCR_LTSLP, STBCR_REG(cpu)); in shx3_start_cpu()122 __raw_writel(STBCR_MSTP, STBCR_REG(cpu)); in shx3_update_boot_vector()123 while (!(__raw_readl(STBCR_REG(cpu)) & STBCR_MSTP)) in shx3_update_boot_vector()125 __raw_writel(STBCR_RESET, STBCR_REG(cpu)); in shx3_update_boot_vector()