Searched refs:sc_rm_ao (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/fdt/
H A Damlpwrc.c59 struct regmap *sc_rm_ao; member in struct:amlpwrc_softc
137 sc->sc_rm_ao = regmap_byphandle(sc->sc_ao);
138 KASSERT(sc->sc_rm_ao);
157 sc->sc_rm_ao = regmap_byphandle(sc->sc_ao);
158 KASSERT(sc->sc_rm_ao);
162 amlpwrc_toggle(sc->sc_rm_ao, AO_RTI_GEN_PWR_SLEEP0,
168 amlpwrc_toggle(sc->sc_rm_ao, AO_RTI_GEN_PWR_ISO0,
172 amlpwrc_toggle(sc->sc_rm_ao, AO_RTI_GEN_PWR_SLEEP0,
178 amlpwrc_toggle(sc->sc_rm_ao, AO_RTI_GEN_PWR_ISO0,

Completed in 122 milliseconds