Home
last modified time | relevance | path

Searched refs:r_type2 (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/sys/dev/ata/chipsets/
H A Data-nvidia.c201 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 Data-intel.c227 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 Data-sis.c183 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 Data-siliconimage.c113 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 Data-serverworks.c132 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 Data-via.c163 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 Data-promise.c249 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 DRuntimeDyldELFMips.cpp278 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 Data-pci.h47 int r_type2; member
H A Data-pci.c151 bus_release_resource(dev, ctlr->r_type2, ctlr->r_rid2, ctlr->r_res2); in ata_pci_detach()