Searched refs:r_type2 (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/sys/dev/ata/chipsets/ |
| H A D | ata-nvidia.c | 201 ctlr->r_type2 = SYS_RES_IOPORT; in ata_nvidia_chipinit() 203 ctlr->r_type2 = SYS_RES_MEMORY; in ata_nvidia_chipinit() 205 if ((ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2, in ata_nvidia_chipinit()
|
| H A D | ata-intel.c | 227 ctlr->r_type2 = SYS_RES_MEMORY; in ata_intel_chipinit() 229 if (!(ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2, in ata_intel_chipinit() 267 ctlr->r_type2 = SYS_RES_MEMORY; in ata_intel_chipinit() 269 ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2, in ata_intel_chipinit() 282 ctlr->r_type2 = SYS_RES_IOPORT; in ata_intel_chipinit() 284 ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2, in ata_intel_chipinit()
|
| H A D | ata-sis.c | 183 ctlr->r_type2 = SYS_RES_IOPORT; in ata_sis_chipinit() 185 if ((ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2, in ata_sis_chipinit()
|
| H A D | ata-siliconimage.c | 113 ctlr->r_type2 = SYS_RES_MEMORY; in ata_sii_chipinit() 115 if (!(ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2, in ata_sii_chipinit()
|
| H A D | ata-serverworks.c | 132 ctlr->r_type2 = SYS_RES_MEMORY; in ata_serverworks_chipinit() 134 if (!(ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2, in ata_serverworks_chipinit()
|
| H A D | ata-via.c | 163 ctlr->r_type2 = SYS_RES_IOPORT; in ata_via_chipinit() 165 if ((ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2, in ata_via_chipinit()
|
| H A D | ata-promise.c | 249 ctlr->r_type2 = SYS_RES_MEMORY; in ata_promise_chipinit() 251 if (!(ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2, in ata_promise_chipinit() 350 bus_release_resource(dev, ctlr->r_type2, ctlr->r_rid2, ctlr->r_res2); in ata_promise_chipinit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldELFMips.cpp | 278 uint32_t r_type2 = (Type >> 8) & 0xff; in resolveMIPSN64Relocation() local 287 if (r_type2 != ELF::R_MIPS_NONE) { in resolveMIPSN64Relocation() 288 RelType = r_type2; in resolveMIPSN64Relocation()
|
| /freebsd-14.2/sys/dev/ata/ |
| H A D | ata-pci.h | 47 int r_type2; member
|
| H A D | ata-pci.c | 151 bus_release_resource(dev, ctlr->r_type2, ctlr->r_rid2, ctlr->r_res2); in ata_pci_detach()
|