Searched refs:SYS_RES_IOPORT (Results 151 - 175 of 188) sorted by relevance

12345678

/freebsd-13-stable/sys/dev/netmap/
H A Dif_ptnet.c310 sc->iomem = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid,
580 bus_release_resource(dev, SYS_RES_IOPORT,
/freebsd-13-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c1595 if (type == SYS_RES_IOPORT)
1636 if (type == SYS_RES_IOPORT)
/freebsd-13-stable/sys/dev/sound/pci/
H A Dmaestro3.c1361 sc->regtype = SYS_RES_IOPORT;
1445 (sc->regtype == SYS_RES_IOPORT)? "io" : "memory",
H A Des137x.c1733 es->regtype = SYS_RES_IOPORT;
1862 (es->regtype == SYS_RES_IOPORT)? "io" : "memory",
H A Dt4dwave.c859 tr->regtype = SYS_RES_IOPORT;
H A Dich.c942 sc->regtype = SYS_RES_IOPORT;
H A Demu10kx.c3170 sc->reg = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &i, RF_ACTIVE);
3407 bus_release_resource(dev, SYS_RES_IOPORT, PCIR_BAR(0), sc->reg);
3489 bus_release_resource(dev, SYS_RES_IOPORT, PCIR_BAR(0), sc->reg);
/freebsd-13-stable/sys/dev/pccbb/
H A Dpccbb_pci.c463 pci_enable_io(sc->dev, SYS_RES_IOPORT);
/freebsd-13-stable/sys/dev/pci/
H A Dpci_iov.c558 rle = resource_list_find(rl, SYS_RES_IOPORT,
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_pcib_acpi.c252 type = SYS_RES_IOPORT;
/freebsd-13-stable/sys/dev/ata/chipsets/
H A Data-intel.c284 ctlr->r_type2 = SYS_RES_IOPORT;
/freebsd-13-stable/stand/kshim/
H A Dbsd_kernel.h623 #define SYS_RES_IOPORT 4 /* i/o ports */ macro
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dlbc.c707 if (type == SYS_RES_IOPORT)
/freebsd-13-stable/sys/x86/x86/
H A Dmptable.c1162 type = SYS_RES_IOPORT;
/freebsd-13-stable/sys/dev/nge/
H A Dif_nge.c841 sc->nge_res_type = SYS_RES_IOPORT;
852 sc->nge_res_type = SYS_RES_IOPORT;
/freebsd-13-stable/sys/dev/xl/
H A Dif_xl.c1157 res = SYS_RES_IOPORT;
1576 res = SYS_RES_IOPORT;
/freebsd-13-stable/sys/dev/puc/
H A Dpucdata.c1300 crtype = SYS_RES_IOPORT;
/freebsd-13-stable/sys/dev/sbni/
H A Dif_sbni.c280 bus_release_resource(sc->dev, SYS_RES_IOPORT, sc->io_rid,
/freebsd-13-stable/sys/dev/lge/
H A Dif_lge.c162 #define LGE_RES SYS_RES_IOPORT
/freebsd-13-stable/sys/arm/arm/
H A Dgic.c451 if (type == SYS_RES_IOPORT)
/freebsd-13-stable/sys/compat/ndis/
H A Dkern_ndis.c594 case SYS_RES_IOPORT:
/freebsd-13-stable/sys/dev/my/
H A Dif_my.c76 #define MY_RES SYS_RES_IOPORT
/freebsd-13-stable/sys/dev/fdc/
H A Dfdc.c1623 bus_release_resource(dev, SYS_RES_IOPORT,
/freebsd-13-stable/sys/dev/vte/
H A Dif_vte.c401 sc->vte_res_type = SYS_RES_IOPORT;
/freebsd-13-stable/sys/dev/rl/
H A Dif_rl.c684 sc->rl_res_type = SYS_RES_IOPORT;

Completed in 324 milliseconds

12345678