Home
last modified time | relevance | path

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

/arch/arm/mach-zx/
Dzx296702-pm-domain.c16 #define PCU_DM_RSTEN 0x1C macro
54 tmp = readl_relaxed(pcubase + PCU_DM_RSTEN); in normal_power_off()
56 writel_relaxed(tmp, pcubase + PCU_DM_RSTEN); in normal_power_off()
92 tmp = readl_relaxed(pcubase + PCU_DM_RSTEN); in normal_power_on()
94 writel_relaxed(tmp | BIT(zpd->bit), pcubase + PCU_DM_RSTEN); in normal_power_on()