Searched refs:sc_io_rman (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/ofw/
H A Dofwpci.h70 struct rman sc_io_rman; member in struct:ofw_pci_softc
H A Dofwpci.c202 sc->sc_io_rman.rm_type = RMAN_ARRAY;
203 sc->sc_io_rman.rm_descr = "PCI I/O Ports";
204 error = rman_init(&sc->sc_io_rman);
236 error = rman_manage_region(&sc->sc_io_rman, rp->pci,
268 rman_fini(&sc->sc_io_rman);
706 return (&sc->sc_io_rman);
/freebsd-12-stable/sys/mips/malta/
H A Dgt_pci.c121 struct rman sc_io_rman; member in struct:gt_pci_softc
278 sc->sc_io_rman.rm_type = RMAN_ARRAY;
279 sc->sc_io_rman.rm_descr = "GT64120 PCI I/O Ports";
284 if (rman_init(&sc->sc_io_rman) != 0 ||
285 rman_manage_region(&sc->sc_io_rman, 0x100, 0xffff) != 0) {
651 rm = &sc->sc_io_rman;
/freebsd-12-stable/sys/mips/mediatek/
H A Dmtk_pcie.h44 struct rman sc_io_rman; member in struct:mtk_pci_softc
H A Dmtk_pcie.c297 sc->sc_io_rman.rm_type = RMAN_ARRAY;
298 sc->sc_io_rman.rm_descr = "mtk pcie io window";
299 if (rman_init(&sc->sc_io_rman) != 0 ||
300 rman_manage_region(&sc->sc_io_rman, sc->sc_io_base,
364 rman_fini(&sc->sc_io_rman);
428 rm = &sc->sc_io_rman;
479 rm = &sc->sc_io_rman;
/freebsd-12-stable/sys/arm/mv/
H A Dmv_pci.c302 struct rman sc_io_rman; member in struct:mv_pcib_softc
565 rman_fini(&sc->sc_io_rman);
623 sc->sc_io_rman.rm_type = RMAN_ARRAY;
624 err = rman_init(&sc->sc_io_rman);
635 err = rman_manage_region(&sc->sc_io_rman, sc->sc_io_base,
644 rman_fini(&sc->sc_io_rman);
896 rm = &sc->sc_io_rman;
/freebsd-12-stable/sys/powerpc/powermac/
H A Dcpcht.c199 rman_manage_region(&sc->pci_sc.sc_io_rman, 0, CPCHT_IOPORT_SIZE - 1);

Completed in 121 milliseconds