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

/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_pcie.h54 bus_addr_t sc_io_base; member in struct:mtk_pci_softc
H A Dmtk_pcie.c280 sc->sc_io_base = io_space.base;
300 rman_manage_region(&sc->sc_io_rman, sc->sc_io_base,
301 sc->sc_io_base + sc->sc_io_size - 1) != 0) {
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_pci.c88 bus_addr_t sc_io_base; member in struct:rt305x_pci_softc
125 sc->sc_io_base = PCIE_IO_BASE;
142 rman_manage_region(&sc->sc_io_rman, sc->sc_io_base,
143 sc->sc_io_base + sc->sc_io_size - 1) != 0) {
588 RT_WRITE32(sc, RT305X_PCI_IOBASE, sc->sc_io_base);
661 base = sc->sc_io_base;
762 io_base = sc->sc_io_base;
/freebsd-11-stable/sys/arm/mv/
H A Dmv_pci.c290 bus_addr_t sc_io_base; member in struct:mv_pcib_softc
576 err = rman_manage_region(&sc->sc_io_rman, sc->sc_io_base,
577 sc->sc_io_base + sc->sc_io_size - 1);
641 base = sc->sc_io_base;
711 io_base = sc->sc_io_base;
1126 sc->sc_io_base = io_space.base_parent;
/freebsd-11-stable/sys/mips/cavium/
H A Doctopci.c73 bus_addr_t sc_io_base; member in struct:octopci_softc
157 sc->sc_io_base = CVMX_ADD_IO_SEG(cvmx_pcie_get_io_base_address(sc->sc_domain));
168 sc->sc_io_base = CVMX_ADDR_DID(CVMX_FULL_DID(CVMX_OCT_DID_PCI, CVMX_OCT_SUBDID_PCI_IO));
272 rman_set_bushandle(res, sc->sc_io_base + rman_get_start(res));

Completed in 179 milliseconds