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

/freebsd-10-stable/sys/dev/siba/
H A Dsiba_pcibvar.h47 struct bus_space sc_pci_iot;
/freebsd-10-stable/sys/arm/xscale/i80321/
H A Di80321var.h100 struct bus_space sc_pci_iot; member in struct:i80321_softc
H A Di80321.c218 i80321_io_bs_init(&sc->sc_pci_iot, sc);
H A Di80321_pci.c92 sc->sc_pciio = &i80321_softc->sc_pci_iot;
/freebsd-10-stable/sys/arm/xscale/ixp425/
H A Dixp425var.h82 struct bus_space sc_pci_iot; member in struct:ixppcib_softc
H A Dixp425_pci.c149 ixp425_io_bs_init(&sc->sc_pci_iot, sc);
328 rman_set_bustag(r, &sc->sc_pci_iot);
/freebsd-10-stable/sys/sparc64/pci/
H A Dofw_pci.h140 bus_space_tag_t sc_pci_iot; member in struct:ofw_pci_softc
H A Dofw_pci.c131 sc->sc_pci_iot = sparc64_alloc_bus_tag(NULL, &nexus_bustag,
133 if (sc->sc_pci_iot == NULL) {
361 rman_set_bustag(r, sc->sc_pci_iot);

Completed in 91 milliseconds