| /f-stack/freebsd/amd64/include/ |
| H A D | resource.h | 42 #define SYS_RES_IOPORT 4 /* i/o ports */ macro
|
| /f-stack/freebsd/mips/include/ |
| H A D | resource.h | 44 #define SYS_RES_IOPORT 4 /* i/o ports */ macro
|
| /f-stack/freebsd/i386/include/ |
| H A D | resource.h | 42 #define SYS_RES_IOPORT 4 /* i/o ports */ macro
|
| /f-stack/freebsd/arm/include/ |
| H A D | resource.h | 43 #define SYS_RES_IOPORT 4 /* i/o ports */ macro
|
| /f-stack/freebsd/arm64/include/ |
| H A D | resource.h | 43 #define SYS_RES_IOPORT 4 /* i/o ports */ macro
|
| /f-stack/freebsd/x86/x86/ |
| H A D | nexus.c | 311 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 D | mptable_pci.c | 115 if (type == SYS_RES_IOPORT && start + count - 1 == end) { in mptable_hostb_alloc_resource()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | nexus.c | 233 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 D | isa.c | 119 case SYS_RES_IOPORT: in isa_alloc_resource()
|
| H A D | atrtc.c | 449 sc->port_res = bus_alloc_resource(dev, SYS_RES_IOPORT, &sc->port_rid, in atrtc_attach()
|
| H A D | clock.c | 565 if (!(sc->port_res = bus_alloc_resource(dev, SYS_RES_IOPORT, in attimer_attach()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | nexus.c | 250 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 D | xlp_simplebus.c | 221 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 D | nic_uio.c | 113 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 D | obio.c | 130 case SYS_RES_IOPORT: in obio_alloc_resource()
|
| H A D | gt_pci.c | 649 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 D | thunder_pcie_pem.c | 269 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 D | thunder_pcie_common.c | 186 if (((type == SYS_RES_IOPORT) || (type == SYS_RES_MEMORY)) && in thunder_pcie_alloc_resource()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | obio.c | 148 case SYS_RES_IOPORT: in obio_alloc_resource()
|
| H A D | octopci.c | 255 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 D | versatile_pci.c | 320 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 D | mv_localbus.c | 346 if (type == SYS_RES_IOPORT) in localbus_alloc_resource()
|
| /f-stack/freebsd/mips/mediatek/ |
| H A D | mtk_pcie.c | 427 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 D | pci_bus.c | 589 if (type == SYS_RES_IOPORT && start < 0x1000) in hostb_alloc_start()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | qca955x_pci.c | 444 case SYS_RES_IOPORT: in qca955x_pci_activate_resource()
|