Home
last modified time | relevance | path

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

/Linux-v5.10/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()
/Linux-v5.10/drivers/soc/zte/
Dzx2967_pm_domains.c17 #define PCU_DM_RSTEN(zpd) ((zpd)->reg_offset[REG_RSTEN]) macro
47 val = readl_relaxed(pcubase + PCU_DM_RSTEN(zpd)); in zx2967_power_on()
49 writel_relaxed(val, pcubase + PCU_DM_RSTEN(zpd)); in zx2967_power_on()
83 val = readl_relaxed(pcubase + PCU_DM_RSTEN(zpd)); in zx2967_power_off()
85 writel_relaxed(val, pcubase + PCU_DM_RSTEN(zpd)); in zx2967_power_off()