Searched refs:rmobile_pd (Results 1 – 1 of 1) sorted by relevance
39 struct rmobile_pm_domain *rmobile_pd = to_rmobile_pd(genpd); in rmobile_pd_power_down() local42 if (rmobile_pd->bit_shift == ~0) in rmobile_pd_power_down()45 mask = 1 << rmobile_pd->bit_shift; in rmobile_pd_power_down()46 if (rmobile_pd->suspend) { in rmobile_pd_power_down()47 int ret = rmobile_pd->suspend(); in rmobile_pd_power_down()53 if (__raw_readl(rmobile_pd->base + PSTR) & mask) { in rmobile_pd_power_down()55 __raw_writel(mask, rmobile_pd->base + SPDCR); in rmobile_pd_power_down()58 if (!(__raw_readl(rmobile_pd->base + SPDCR) & mask)) in rmobile_pd_power_down()64 if (!rmobile_pd->no_debug) in rmobile_pd_power_down()67 __raw_readl(rmobile_pd->base + PSTR)); in rmobile_pd_power_down()[all …]