Lines Matching refs:top_pd
71 struct meson_ee_pwrc_top_domain *top_pd; member
240 .top_pd = __top_pd, \
249 .top_pd = __top_pd, \
339 pwrc_domain->desc.top_pd->sleep_reg, ®); in pwrc_ee_is_powered_off()
341 return (reg & pwrc_domain->desc.top_pd->sleep_mask); in pwrc_ee_is_powered_off()
350 if (pwrc_domain->desc.top_pd) in meson_ee_pwrc_off()
352 pwrc_domain->desc.top_pd->sleep_reg, in meson_ee_pwrc_off()
353 pwrc_domain->desc.top_pd->sleep_mask, in meson_ee_pwrc_off()
354 pwrc_domain->desc.top_pd->sleep_mask); in meson_ee_pwrc_off()
365 if (pwrc_domain->desc.top_pd) in meson_ee_pwrc_off()
367 pwrc_domain->desc.top_pd->iso_reg, in meson_ee_pwrc_off()
368 pwrc_domain->desc.top_pd->iso_mask, in meson_ee_pwrc_off()
369 pwrc_domain->desc.top_pd->iso_mask); in meson_ee_pwrc_off()
386 if (pwrc_domain->desc.top_pd) in meson_ee_pwrc_on()
388 pwrc_domain->desc.top_pd->sleep_reg, in meson_ee_pwrc_on()
389 pwrc_domain->desc.top_pd->sleep_mask, 0); in meson_ee_pwrc_on()
403 if (pwrc_domain->desc.top_pd) in meson_ee_pwrc_on()
405 pwrc_domain->desc.top_pd->iso_reg, in meson_ee_pwrc_on()
406 pwrc_domain->desc.top_pd->iso_mask, 0); in meson_ee_pwrc_on()