Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Domap-hotplug.c42 writel_relaxed(0, base + OMAP_AUX_CORE_BOOT_0); in omap4_cpu_die()
56 readl_relaxed(base + OMAP_AUX_CORE_BOOT_0) >> 5; in omap4_cpu_die()
Domap-wakeupgen.h28 #define OMAP_AUX_CORE_BOOT_0 0x800 macro
Domap-wakeupgen.c221 val = readl_relaxed(wakeupgen_base + OMAP_AUX_CORE_BOOT_0); in omap4_irq_save_context()
254 val = readl_relaxed(wakeupgen_base + OMAP_AUX_CORE_BOOT_0); in omap5_irq_save_context()
256 val = readl_relaxed(wakeupgen_base + OMAP_AUX_CORE_BOOT_0); in omap5_irq_save_context()
Domap-smp.c103 writel_relaxed(0x20, base + OMAP_AUX_CORE_BOOT_0); in omap4_boot_secondary()