Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-actions/
Dplatsmp.c39 static void __iomem *timer_base_addr; variable
75 timer_base_addr + OWL_CPU1_ADDR + (cpu - 1) * 4); in s500_wakeup_secondary()
77 timer_base_addr + OWL_CPU1_FLAG + (cpu - 1) * 4); in s500_wakeup_secondary()
106 writel(0, timer_base_addr + OWL_CPU1_ADDR + (cpu - 1) * 4); in s500_smp_boot_secondary()
107 writel(0, timer_base_addr + OWL_CPU1_FLAG + (cpu - 1) * 4); in s500_smp_boot_secondary()
124 timer_base_addr = of_iomap(node, 0); in s500_smp_prepare_cpus()
125 if (!timer_base_addr) { in s500_smp_prepare_cpus()