Searched refs:PCI (Results 1 - 12 of 12) sorted by relevance

/external/syslinux/gpxe/src/util/
H A Dparserom.pl42 next unless /(PCI|ISA)_ROM\s*\(/;
45 \s*0x([0-9A-Fa-f]{4})\s*, # PCI vendor
46 \s*0x([0-9A-Fa-f]{4})\s*, # PCI device
/external/mesa3d/docs/specs/
H A DMESA_query_renderer.spec124 GLX_RENDERER_VENDOR_ID_MESA 1 PCI ID of the device vendor
125 GLX_RENDERER_DEVICE_ID_MESA 1 PCI ID of the device
173 0xFFFFFFFF if the device does not have a PCI ID (because it is not a PCI
174 device) or if the PCI ID is not available. In this case the application
368 17) What about SoCs and other systems that don't have PCI?
372 PCI ID either does not exist or is not available. Implementations
374 possible. For example, if the implementation is running on a non-PCI
405 the PCI queries on systems that don't have PCI
[all...]
/external/syslinux/gpxe/src/util/Option/
H A DROM.pm31 # Modify the PCI device ID
306 Return a C<Option::ROM::PCI> object representing the ROM's PCI header,
318 return Option::ROM::PCI->new ( $self->{data}, $offset );
372 # Option::ROM::PCI
376 package Option::ROM::PCI;
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DCloneFunction.cpp468 for (std::map<BasicBlock*, unsigned>::iterator PCI =PredCount.begin(),
469 E = PredCount.end(); PCI != E; ++PCI) {
470 BasicBlock *Pred = PCI->first;
471 for (unsigned NumToRemove = PCI->second; NumToRemove; --NumToRemove)
/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp522 for (const auto &PCI : PredCount) {
523 BasicBlock *Pred = PCI.first;
524 for (unsigned NumToRemove = PCI.second; NumToRemove; --NumToRemove)
/external/spirv-llvm/lib/SPIRV/
H A DOCL20ToSPIRV.cpp397 auto PCI = &CI; local
399 visitCallAtomicInit(PCI);
403 visitCallAtomicWorkItemFence(PCI);
411 PCI = visitCallAtomicCmpXchg(PCI, DemangledName);
413 visitCallAtomicLegacy(PCI, MangledName, DemangledName);
414 visitCallAtomicCpp11(PCI, MangledName, DemangledName);
/external/dtc/Documentation/
H A Ddtc-paper.tex258 PCI device on the system. A flattened tree need only include nodes
259 for the PCI host bridges; the kernel will scan the buses thus
262 for example, for ISA devices on a subsidiary PCI/ISA bridge, or for
267 \cite{IEEE1275-pci} describe how to represent PCI devices). The
302 node at address 0, \texttt{/ht@0,f2000000/pci@1} is the path of a PCI
355 /* PCI host bridge */
547 (for example, multiple identical ethernet controllers or PCI buses)
/external/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1837 PCI = TI->PredTerm.begin(), PCE = TI->PredTerm.end();
1838 PCI != PCE; ++PCI) {
1839 if (PCI != TI->PredTerm.begin())
1841 dbgs() << SchedModels.getSchedRW(PCI->RWIdx, PCI->IsRead).Name
1842 << ":" << PCI->Predicate->getName();
/external/syslinux/efi32/include/efi/
H A Defi_pxe.h938 // PCI and PC Card NICs are both identified using bus, device
945 // See S/W UNDI ROMID structure definition for PCI and
956 } PCI, PCC; member in union:pxe_device
1134 // For PCI bus devices, this field is set to PXE_BUSTYPE_PCI.
1139 // This identifies the PCI network device that this UNDI interface
1147 // This is a copy of the PCI configuration space for this
/external/syslinux/efi64/include/efi/
H A Defi_pxe.h938 // PCI and PC Card NICs are both identified using bus, device
945 // See S/W UNDI ROMID structure definition for PCI and
956 } PCI, PCC; member in union:pxe_device
1134 // For PCI bus devices, this field is set to PXE_BUSTYPE_PCI.
1139 // This identifies the PCI network device that this UNDI interface
1147 // This is a copy of the PCI configuration space for this
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defi_pxe.h938 // PCI and PC Card NICs are both identified using bus, device
945 // See S/W UNDI ROMID structure definition for PCI and
956 } PCI, PCC; member in union:pxe_device
1134 // For PCI bus devices, this field is set to PXE_BUSTYPE_PCI.
1139 // This identifies the PCI network device that this UNDI interface
1147 // This is a copy of the PCI configuration space for this
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
H A DUefiPxe.h884 /// PCI and PC Card NICs are both identified using bus, device
891 /// See S/W UNDI ROMID structure definition for PCI and
903 PCI, PCC; member in union:pxe_device
1179 /// For PCI bus devices, this field is set to PXE_BUSTYPE_PCI.
1184 /// This identifies the PCI network device that this UNDI interface
1192 /// This is a copy of the PCI configuration space for this

Completed in 374 milliseconds