Home
last modified time | relevance | path

Searched refs:SYS_RES_IOPORT (Results 1 – 25 of 31) sorted by relevance

12

/f-stack/freebsd/amd64/include/
H A Dresource.h42 #define SYS_RES_IOPORT 4 /* i/o ports */ macro
/f-stack/freebsd/mips/include/
H A Dresource.h44 #define SYS_RES_IOPORT 4 /* i/o ports */ macro
/f-stack/freebsd/i386/include/
H A Dresource.h42 #define SYS_RES_IOPORT 4 /* i/o ports */ macro
/f-stack/freebsd/arm/include/
H A Dresource.h43 #define SYS_RES_IOPORT 4 /* i/o ports */ macro
/f-stack/freebsd/arm64/include/
H A Dresource.h43 #define SYS_RES_IOPORT 4 /* i/o ports */ macro
/f-stack/freebsd/x86/x86/
H A Dnexus.c311 retval += resource_list_print_type(rl, "port", SYS_RES_IOPORT, "%#jx"); in nexus_print_all_resources()
359 case SYS_RES_IOPORT: in nexus_rman()
447 (type == SYS_RES_MEMORY || type == SYS_RES_IOPORT)) { in nexus_activate_resource()
471 (type == SYS_RES_MEMORY || type == SYS_RES_IOPORT)) { in nexus_deactivate_resource()
491 case SYS_RES_IOPORT: in nexus_map_resource()
516 case SYS_RES_IOPORT: in nexus_map_resource()
548 case SYS_RES_IOPORT: in nexus_unmap_resource()
H A Dmptable_pci.c115 if (type == SYS_RES_IOPORT && start + count - 1 == end) { in mptable_hostb_alloc_resource()
/f-stack/freebsd/arm/arm/
H A Dnexus.c233 case SYS_RES_IOPORT: in nexus_alloc_resource()
357 if (type == SYS_RES_MEMORY || type == SYS_RES_IOPORT) { in nexus_activate_resource()
396 if (type == SYS_RES_MEMORY || type == SYS_RES_IOPORT) { in nexus_deactivate_resource()
/f-stack/freebsd/x86/isa/
H A Disa.c119 case SYS_RES_IOPORT: in isa_alloc_resource()
H A Datrtc.c449 sc->port_res = bus_alloc_resource(dev, SYS_RES_IOPORT, &sc->port_rid, in atrtc_attach()
H A Dclock.c565 if (!(sc->port_res = bus_alloc_resource(dev, SYS_RES_IOPORT, in attimer_attach()
/f-stack/freebsd/arm64/arm64/
H A Dnexus.c250 case SYS_RES_IOPORT: in nexus_alloc_resource()
358 if (type == SYS_RES_MEMORY || type == SYS_RES_IOPORT) { in nexus_activate_resource()
407 if (type == SYS_RES_MEMORY || type == SYS_RES_IOPORT) { in nexus_deactivate_resource()
/f-stack/freebsd/mips/nlm/
H A Dxlp_simplebus.c221 case SYS_RES_IOPORT: in xlp_simplebus_alloc_resource()
280 if (type == SYS_RES_MEMORY || type == SYS_RES_IOPORT) { in xlp_simplebus_activate_resource()
/f-stack/dpdk/kernel/freebsd/nic_uio/
H A Dnic_uio.c113 sc->bar_res[bar] = bus_alloc_resource_any(sc->dev_t, SYS_RES_IOPORT, in nic_uio_mmap_single()
243 bus_release_resource(dev, SYS_RES_IOPORT, sc->bar_id[i], in nic_uio_detach()
/f-stack/freebsd/mips/malta/
H A Dobio.c130 case SYS_RES_IOPORT: in obio_alloc_resource()
H A Dgt_pci.c649 case SYS_RES_IOPORT: in gt_pci_alloc_resource()
683 if ((type == SYS_RES_MEMORY) || (type == SYS_RES_IOPORT)) { in gt_pci_activate_resource()
/f-stack/freebsd/arm64/cavium/
H A Dthunder_pcie_pem.c269 if (type == SYS_RES_MEMORY || type == SYS_RES_IOPORT) { in thunder_pem_activate_resource()
706 if ((type != SYS_RES_MEMORY) && (type != SYS_RES_IOPORT)) in thunder_pem_release_resource()
718 case SYS_RES_IOPORT: in thunder_pem_rman()
852 sc->ranges[1].flags = SYS_RES_IOPORT; in thunder_pem_attach()
H A Dthunder_pcie_common.c186 if (((type == SYS_RES_IOPORT) || (type == SYS_RES_MEMORY)) && in thunder_pcie_alloc_resource()
/f-stack/freebsd/mips/cavium/
H A Dobio.c148 case SYS_RES_IOPORT: in obio_alloc_resource()
H A Doctopci.c255 case SYS_RES_IOPORT: in octopci_alloc_resource()
273 case SYS_RES_IOPORT: in octopci_alloc_resource()
313 case SYS_RES_IOPORT: in octopci_activate_resource()
/f-stack/freebsd/arm/versatile/
H A Dversatile_pci.c320 case SYS_RES_IOPORT: in versatile_pci_alloc_resource()
361 case SYS_RES_IOPORT: in versatile_pci_activate_resource()
/f-stack/freebsd/arm/mv/
H A Dmv_localbus.c346 if (type == SYS_RES_IOPORT) in localbus_alloc_resource()
/f-stack/freebsd/mips/mediatek/
H A Dmtk_pcie.c427 case SYS_RES_IOPORT: in mtk_pci_alloc_resource()
478 case SYS_RES_IOPORT: in mtk_pci_adjust_resource()
/f-stack/freebsd/x86/pci/
H A Dpci_bus.c589 if (type == SYS_RES_IOPORT && start < 0x1000) in hostb_alloc_start()
/f-stack/freebsd/mips/atheros/
H A Dqca955x_pci.c444 case SYS_RES_IOPORT: in qca955x_pci_activate_resource()

12