Home
last modified time | relevance | path

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

/drivers/soc/zte/
Dzx2967_pm_domains.c16 #define PCU_DM_ISOEN(zpd) ((zpd)->reg_offset[REG_ISOEN]) macro
52 val = readl_relaxed(pcubase + PCU_DM_ISOEN(zpd)); in zx2967_power_on()
54 writel_relaxed(val, pcubase + PCU_DM_ISOEN(zpd)); in zx2967_power_on()
78 val = readl_relaxed(pcubase + PCU_DM_ISOEN(zpd)); in zx2967_power_off()
80 writel_relaxed(val, pcubase + PCU_DM_ISOEN(zpd)); in zx2967_power_off()