Searched refs:sc_io_res (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-10.0-release/sys/arm/ti/usb/
H A Domap_ehci.c193 return (bus_read_4(sc->base.sc_io_res, off));
198 bus_write_4(sc->base.sc_io_res, off, val);
801 sc->sc_io_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, RF_ACTIVE);
802 if (!sc->sc_io_res) {
886 sc->sc_io_hdl = rman_get_bushandle(sc->sc_io_res);
887 sc->sc_io_tag = rman_get_bustag(sc->sc_io_res);
888 sc->sc_io_size = rman_get_size(sc->sc_io_res);
952 if (sc->sc_io_res) {
973 if (sc->sc_io_res) {
974 bus_release_resource(dev, SYS_RES_MEMORY, 0, sc->sc_io_res);
[all...]
/freebsd-10.0-release/sys/arm/ti/am335x/
H A Dam335x_usbss.c333 sc->sc_otg[i].sc_io_res = sc->sc_mem_res[RES_USBCORE(i)];
335 rman_get_bustag(sc->sc_otg[i].sc_io_res);
337 rman_get_bushandle(sc->sc_otg[i].sc_io_res);
339 rman_get_size(sc->sc_otg[i].sc_io_res);
/freebsd-10.0-release/sys/dev/usb/controller/
H A Dat91dci.h209 struct resource *sc_io_res; member in struct:at91dci_softc
H A Ddwc_otg.h158 struct resource *sc_io_res; member in struct:dwc_otg_softc
H A Datmegadci.h264 struct resource *sc_io_res; member in struct:atmegadci_softc
H A Davr32dci.h232 struct resource *sc_io_res; member in struct:avr32dci_softc
H A Dohci.h230 struct resource *sc_io_res; member in struct:ohci_softc
H A Duhci.h222 struct resource *sc_io_res; member in struct:uhci_softc
H A Duss820dci.h332 struct resource *sc_io_res; member in struct:uss820dci_softc
H A Dehci.h323 struct resource *sc_io_res; member in struct:ehci_softc
H A Dmusb_otg.h394 struct resource *sc_io_res; member in struct:musbotg_softc
H A Dxhci.h453 struct resource *sc_io_res; member in struct:xhci_softc

Completed in 152 milliseconds

12