Searched refs:PCU_DM_RSTEN (Results 1 – 2 of 2) sorted by relevance
16 #define PCU_DM_RSTEN 0x1C macro54 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()
17 #define PCU_DM_RSTEN(zpd) ((zpd)->reg_offset[REG_RSTEN]) macro47 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()