Home
last modified time | relevance | path

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

/arch/sh/kernel/cpu/sh4a/
Dsmp-shx3.c23 #define RESET_REG(phys_id) (0xfe400008 | (phys_id << 12)) macro
92 __raw_writel(entry_point, RESET_REG(cpu)); in shx3_start_cpu()
94 __raw_writel(virt_to_phys(entry_point), RESET_REG(cpu)); in shx3_start_cpu()