Searched refs:SYS_RES_IOPORT (Results 126 - 150 of 188) sorted by relevance

12345678

/freebsd-13-stable/sys/dev/twe/
H A Dtwe_freebsd.c223 if ((sc->twe_io = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid,
428 bus_release_resource(sc->twe_dev, SYS_RES_IOPORT, TWE_IO_CONFIG_REG, sc->twe_io);
/freebsd-13-stable/sys/dev/sound/isa/
H A Dsb16.c452 bus_release_resource(dev, SYS_RES_IOPORT, 0, sb->io_base);
469 sb->io_base = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
/freebsd-13-stable/sys/dev/sound/pci/
H A Dals4000.c739 bus_release_resource(dev, SYS_RES_IOPORT, sc->regid, sc->reg);
764 sc->reg = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &sc->regid,
H A Dcs4281.c785 sc->regtype = SYS_RES_IOPORT;
855 (sc->regtype == SYS_RES_IOPORT)? "io" : "memory",
H A Dmaestro.c1841 reg = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &regid, RF_ACTIVE);
1924 bus_release_resource(dev, SYS_RES_IOPORT, regid, reg);
1970 bus_release_resource(dev, SYS_RES_IOPORT, ess->regid, ess->reg);
H A Demu10k1.c2094 sc->reg = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &i, RF_ACTIVE);
2153 if (sc->reg) bus_release_resource(dev, SYS_RES_IOPORT, PCIR_BAR(0), sc->reg);
2176 bus_release_resource(dev, SYS_RES_IOPORT, PCIR_BAR(0), sc->reg);
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c612 case SYS_RES_IOPORT:
710 fsl_pcib_outbound(sc, 2, SYS_RES_IOPORT,
/freebsd-13-stable/sys/dev/pci/
H A Dpci_host_generic_fdt.c336 if (type == SYS_RES_IOPORT)
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt.c2425 pci_enable_io(mpt->dev, SYS_RES_IOPORT);
2433 pci_disable_io(mpt->dev, SYS_RES_IOPORT);
2483 pci_enable_io(mpt->dev, SYS_RES_IOPORT);
2500 pci_disable_io(mpt->dev, SYS_RES_IOPORT);
/freebsd-13-stable/sys/dev/ichsmb/
H A Dichsmb.c672 SYS_RES_IOPORT, sc->io_rid, sc->io_res);
/freebsd-13-stable/sys/dev/virtio/pci/
H A Dvirtio_pci_legacy.c605 const int res_types[] = { SYS_RES_IOPORT, SYS_RES_MEMORY };
H A Dvirtio_pci_modern.c995 return (SYS_RES_IOPORT);
1020 MPASS(type == SYS_RES_MEMORY || type == SYS_RES_IOPORT);
/freebsd-13-stable/sys/mips/mips/
H A Dnexus.c430 if (type == SYS_RES_MEMORY || type == SYS_RES_IOPORT) {
/freebsd-13-stable/sys/mips/atheros/
H A Dar71xx_pci.c547 case SYS_RES_IOPORT:
H A Dar724x_pci.c520 case SYS_RES_IOPORT:
H A Dqca955x_pci.c444 case SYS_RES_IOPORT:
/freebsd-13-stable/sys/dev/tdfx/
H A Dtdfx_pci.c213 SYS_RES_IOPORT, &rid, RF_ACTIVE | RF_SHAREABLE);
271 bus_release_resource(dev, SYS_RES_IOPORT, tdfx_info->piorid,
/freebsd-13-stable/sys/dev/uart/
H A Duart_core.c532 sc->sc_rtype = SYS_RES_IOPORT;
/freebsd-13-stable/sys/dev/cardbus/
H A Dcardbus_cis.c304 type = SYS_RES_IOPORT;
/freebsd-13-stable/sys/dev/scc/
H A Dscc_core.c389 sc->sc_rtype = SYS_RES_IOPORT;
/freebsd-13-stable/sys/x86/pci/
H A Dpci_bus.c589 if (type == SYS_RES_IOPORT && start < 0x1000)
/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c918 ptn_dev->pci_io = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid,
960 bus_release_resource(dev, SYS_RES_IOPORT,
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx_osm.c125 regs = bus_alloc_resource_any(ahc->dev_softc, SYS_RES_IOPORT, &rid,
131 ahc->platform_data->regs_res_type = SYS_RES_IOPORT;
/freebsd-13-stable/sys/dev/isp/
H A Disp_pci.c522 pcs->rtp = SYS_RES_IOPORT;
534 (pcs->rtp == SYS_RES_IOPORT)? "I/O" : "Memory");
/freebsd-13-stable/sys/arm/mv/
H A Dmv_pci.c893 case SYS_RES_IOPORT:
946 if (type != SYS_RES_IOPORT && type != SYS_RES_MEMORY)

Completed in 315 milliseconds

12345678