Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/soc/zte/
Dzx2967_pm_domains.c15 #define PCU_DM_CLKEN(zpd) ((zpd)->reg_offset[REG_CLKEN]) macro
57 val = readl_relaxed(pcubase + PCU_DM_CLKEN(zpd)); in zx2967_power_on()
59 writel_relaxed(val, pcubase + PCU_DM_CLKEN(zpd)); in zx2967_power_on()
73 val = readl_relaxed(pcubase + PCU_DM_CLKEN(zpd)); in zx2967_power_off()
75 writel_relaxed(val, pcubase + PCU_DM_CLKEN(zpd)); in zx2967_power_off()
/kernel/linux/linux-5.10/arch/arm/mach-zx/
Dzx296702-pm-domain.c15 #define PCU_DM_CLKEN 0x18 macro
44 tmp = readl_relaxed(pcubase + PCU_DM_CLKEN); in normal_power_off()
46 writel_relaxed(tmp, pcubase + PCU_DM_CLKEN); in normal_power_off()
102 tmp = readl_relaxed(pcubase + PCU_DM_CLKEN); in normal_power_on()
104 writel_relaxed(tmp | BIT(zpd->bit), pcubase + PCU_DM_CLKEN); in normal_power_on()