Searched refs:uhh_ioh (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/arch/armv7/omap/ |
H A D | omehci.c | 77 bus_space_handle_t uhh_ioh; member 166 0, &sc->uhh_ioh)) { in omehci_attach() 219 bus_space_unmap(sc->sc.iot, sc->uhh_ioh, faa->fa_reg[0].size); in omehci_attach() 243 sc->ehci_rev = bus_space_read_4(sc->sc.iot, sc->uhh_ioh, in omehci_init() 299 reg = bus_space_read_4(sc->sc.iot, sc->uhh_ioh, in omehci_init() 315 bus_space_write_4(sc->sc.iot, sc->uhh_ioh, OMAP_USBHOST_UHH_SYSCONFIG, in omehci_init() 318 reg = bus_space_read_4(sc->sc.iot, sc->uhh_ioh, in omehci_init() 360 bus_space_write_4(sc->sc.iot, sc->uhh_ioh, OMAP_USBHOST_UHH_HOSTCONFIG, reg); in omehci_init()
|