Lines Matching refs:top_pd
72 struct meson_ee_pwrc_top_domain *top_pd; member
253 .top_pd = __top_pd, \
262 .top_pd = __top_pd, \
354 pwrc_domain->desc.top_pd->sleep_reg, ®); in pwrc_ee_is_powered_off()
356 return (reg & pwrc_domain->desc.top_pd->sleep_mask); in pwrc_ee_is_powered_off()
365 if (pwrc_domain->desc.top_pd) in meson_ee_pwrc_off()
367 pwrc_domain->desc.top_pd->sleep_reg, in meson_ee_pwrc_off()
368 pwrc_domain->desc.top_pd->sleep_mask, in meson_ee_pwrc_off()
369 pwrc_domain->desc.top_pd->sleep_mask); in meson_ee_pwrc_off()
380 if (pwrc_domain->desc.top_pd) in meson_ee_pwrc_off()
382 pwrc_domain->desc.top_pd->iso_reg, in meson_ee_pwrc_off()
383 pwrc_domain->desc.top_pd->iso_mask, in meson_ee_pwrc_off()
384 pwrc_domain->desc.top_pd->iso_mask); in meson_ee_pwrc_off()
401 if (pwrc_domain->desc.top_pd) in meson_ee_pwrc_on()
403 pwrc_domain->desc.top_pd->sleep_reg, in meson_ee_pwrc_on()
404 pwrc_domain->desc.top_pd->sleep_mask, 0); in meson_ee_pwrc_on()
418 if (pwrc_domain->desc.top_pd) in meson_ee_pwrc_on()
420 pwrc_domain->desc.top_pd->iso_reg, in meson_ee_pwrc_on()
421 pwrc_domain->desc.top_pd->iso_mask, 0); in meson_ee_pwrc_on()