Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/chipsets/
H A Data-nvidia.c200 ctlr->r_type2 = SYS_RES_IOPORT; in ata_nvidia_chipinit()
202 ctlr->r_type2 = SYS_RES_MEMORY; in ata_nvidia_chipinit()
204 if ((ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2, in ata_nvidia_chipinit()
H A Data-intel.c228 ctlr->r_type2 = SYS_RES_MEMORY; in ata_intel_chipinit()
230 if (!(ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2, in ata_intel_chipinit()
268 ctlr->r_type2 = SYS_RES_MEMORY; in ata_intel_chipinit()
270 ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2, in ata_intel_chipinit()
283 ctlr->r_type2 = SYS_RES_IOPORT; in ata_intel_chipinit()
285 ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2, in ata_intel_chipinit()
H A Data-sis.c182 ctlr->r_type2 = SYS_RES_IOPORT; in ata_sis_chipinit()
184 if ((ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2, in ata_sis_chipinit()
H A Data-serverworks.c131 ctlr->r_type2 = SYS_RES_MEMORY; in ata_serverworks_chipinit()
133 if (!(ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2, in ata_serverworks_chipinit()
H A Data-siliconimage.c112 ctlr->r_type2 = SYS_RES_MEMORY; in ata_sii_chipinit()
114 if (!(ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2, in ata_sii_chipinit()
H A Data-via.c162 ctlr->r_type2 = SYS_RES_IOPORT; in ata_via_chipinit()
164 if ((ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2, in ata_via_chipinit()
H A Data-promise.c248 ctlr->r_type2 = SYS_RES_MEMORY; in ata_promise_chipinit()
250 if (!(ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2, in ata_promise_chipinit()
349 bus_release_resource(dev, ctlr->r_type2, ctlr->r_rid2, ctlr->r_res2); in ata_promise_chipinit()
/freebsd/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/sys/dev/ata/
H A Data-pci.h47 int r_type2; member
H A Data-pci.c150 bus_release_resource(dev, ctlr->r_type2, ctlr->r_rid2, ctlr->r_res2); in ata_pci_detach()