Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/mach-actions/
Dplatsmp.c35 static void __iomem *timer_base_addr; variable
67 timer_base_addr + OWL_CPU1_ADDR + (cpu - 1) * 4); in s500_wakeup_secondary()
69 timer_base_addr + OWL_CPU1_FLAG + (cpu - 1) * 4); in s500_wakeup_secondary()
89 writel(0, timer_base_addr + OWL_CPU1_ADDR + (cpu - 1) * 4); in s500_smp_boot_secondary()
90 writel(0, timer_base_addr + OWL_CPU1_FLAG + (cpu - 1) * 4); in s500_smp_boot_secondary()
105 timer_base_addr = of_iomap(node, 0); in s500_smp_prepare_cpus()
106 if (!timer_base_addr) { in s500_smp_prepare_cpus()
/Linux-v6.1/drivers/media/platform/amphion/
Dvpu_imx8q.h77 u32 timer_base_addr; member