Searched refs:r_type2 (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/ata/chipsets/ |
H A D | ata-nvidia.c | 200 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 D | ata-intel.c | 228 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 D | ata-serverworks.c | 131 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 D | ata-siliconimage.c | 112 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 D | ata-via.c | 162 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()
|
/freebsd/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/sys/dev/ata/ |
H A D | ata-pci.h | 47 int r_type2; member
|
H A D | ata-pci.c | 153 bus_release_resource(dev, ctlr->r_type2, ctlr->r_rid2, ctlr->r_res2); in ata_pci_detach()
|