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

/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_usbdrdphy.c109 struct syscon *sc_pmureg; member in struct:exynos_usbdrdphy_softc
153 syscon_lock(sc->sc_pmureg);
154 val = syscon_read_4(sc->sc_pmureg, USBDRD_PHY_CTRL(phy->phy_index));
159 syscon_write_4(sc->sc_pmureg, USBDRD_PHY_CTRL(phy->phy_index), val);
160 syscon_unlock(sc->sc_pmureg);
264 sc->sc_pmureg = fdtbus_syscon_acquire(phandle, "samsung,pmu-syscon");
265 if (sc->sc_pmureg == NULL) {
H A Dexynos_usbphy.c88 struct syscon *sc_pmureg; member in struct:exynos_usbphy_softc
153 syscon_lock(sc->sc_pmureg);
154 val = syscon_read_4(sc->sc_pmureg, USBHOST_PHY_CTRL);
159 syscon_write_4(sc->sc_pmureg, USBHOST_PHY_CTRL, val);
160 syscon_unlock(sc->sc_pmureg);
271 sc->sc_pmureg = fdtbus_syscon_acquire(phandle, "samsung,pmureg-phandle");
272 if (sc->sc_pmureg == NULL) {

Completed in 173 milliseconds