Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-shmobile/
H A Dplatsmp-apmu.c31 #define WUPCR_OFFS 0x10 /* Wake Up Control Register */ macro
50 writel_relaxed(BIT(bit), p + WUPCR_OFFS); in apmu_power_on()
53 while (readl_relaxed(p + WUPCR_OFFS) != 0) in apmu_power_on()