Home
last modified time | relevance | path

Searched refs:PCI (Results 1 – 25 of 33) sorted by relevance

12

/external/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/
Dpci-exp-tests-HOWTO1 HOWTO --> PCI-Express test scripts for LTP
7 This document describes the addition of PCI-Express test cases to the existing LTP project.
8 These test cases/scripts will enhance the LTP's capability to test PCI-Express devices/drivers.
17 has PCI-Express capability. A PCI Express device function indicates PCI-Express support
18 by implementing the PCI-Express capability structure in its capability list.
21 This function calls "pci_config_read" and determines if the PCI-Express enhanced config
25 at the PCI-Express enhanced config space address 0x100. The value of this register is a READ-ONLY
26 …value which is constant on all the PCI-Express devices. If the value read from this register match…
27 defined macro AER_CAP_ID_VALUE(in tpci.h) that means that PCI-Express driver is accessing
35 4. Including PCI-Express support into the kernel
[all …]
/external/mesa3d/docs/specs/
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.
/external/syslinux/gpxe/src/doc/
Dbuild_sys.dox235 - The DFE538 is a PCI NIC, so we need the decompressing PCI ROM prefix
236 - The PCI IDs for the DFE538 are 1186:1300
258 PCI vendor : 0x1186
259 PCI device : 0x1300
302 select the PCI IDs for a PCI ROM.
315 PCI vendor : 0x1186
316 PCI device : 0x1300
332 PCI prefix (i.e. @c zpciprefix.o). Our build system (via the
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCloneFunction.cpp468 for (std::map<BasicBlock*, unsigned>::iterator PCI =PredCount.begin(), in CloneAndPruneFunctionInto() local
469 E = PredCount.end(); PCI != E; ++PCI) { in CloneAndPruneFunctionInto()
470 BasicBlock *Pred = PCI->first; in CloneAndPruneFunctionInto()
471 for (unsigned NumToRemove = PCI->second; NumToRemove; --NumToRemove) in CloneAndPruneFunctionInto()
/external/syslinux/com32/lua/doc/
Dsyslinux.asc169 PCI subsection
174 Return list of value pairs (device_index, device) of all PCI devices.
178 Load a tab separated list of PCI IDs and their description.
/external/syslinux/gpxe/src/util/Option/
DROM.pm318 return Option::ROM::PCI->new ( $self->{data}, $offset );
376 package Option::ROM::PCI;
/external/syslinux/gpxe/src/drivers/net/
Dtulip.txt26 and being PCI, they auto-configure IRQ and IOADDR and auto-negotiate
32 On some PCI tulip clone chipsets (MX987x5, LC82C115, LC82C168) this driver
/external/dtc/Documentation/
Ddtc-paper.bib15 …title = "{PCI} {B}us {B}inding to: {IEEE} {S}td 1275-1994 {S}tandard for {B}oot ({I}nitialization …
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/lib/Transforms/Utils/
DCloneFunction.cpp522 for (const auto &PCI : PredCount) { in CloneAndPruneIntoFromInst() local
523 BasicBlock *Pred = PCI.first; in CloneAndPruneIntoFromInst()
524 for (unsigned NumToRemove = PCI.second; NumToRemove; --NumToRemove) in CloneAndPruneIntoFromInst()
/external/spirv-llvm/lib/SPIRV/
DOCL20ToSPIRV.cpp397 auto PCI = &CI; in visitCallInst() local
399 visitCallAtomicInit(PCI); in visitCallInst()
403 visitCallAtomicWorkItemFence(PCI); in visitCallInst()
411 PCI = visitCallAtomicCmpXchg(PCI, DemangledName); in visitCallInst()
413 visitCallAtomicLegacy(PCI, MangledName, DemangledName); in visitCallInst()
414 visitCallAtomicCpp11(PCI, MangledName, DemangledName); in visitCallInst()
/external/autotest/client/deps/glbench/
DUSAGE_glbench23 # board_id: NVIDIA Corporation - Quadro FX 380/PCI/SSE2
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp1837 PCI = TI->PredTerm.begin(), PCE = TI->PredTerm.end(); in dump() local
1838 PCI != PCE; ++PCI) { in dump()
1839 if (PCI != TI->PredTerm.begin()) in dump()
1841 dbgs() << SchedModels.getSchedRW(PCI->RWIdx, PCI->IsRead).Name in dump()
1842 << ":" << PCI->Predicate->getName(); in dump()
/external/skia/infra/bots/
DREADME.md34 dimension, typically the PCI ID of the GPU. Edit this file when adding a
/external/mesa3d/src/gallium/docs/source/
Dscreen.rst229 * ``PIPE_CAP_DEVICE_ID``: The device ID (PCI ID) of the underlying hardware.
322 * ``PIPE_CAP_PCI_GROUP``: Return the PCI segment group number.
323 * ``PIPE_CAP_PCI_BUS``: Return the PCI bus number.
324 * ``PIPE_CAP_PCI_DEVICE``: Return the PCI device number.
325 * ``PIPE_CAP_PCI_FUNCTION``: Return the PCI function number.
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Defi_pxe.h956 } PCI, PCC; member
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
DUefiPxe.h903 PCI, PCC; member
/external/syslinux/efi32/include/efi/
Defi_pxe.h956 } PCI, PCC; member
/external/syslinux/efi64/include/efi/
Defi_pxe.h956 } PCI, PCC; member
/external/selinux/secilc/docs/
Dcil_xen_statements.md91 Label a PCI device.
/external/iproute2/testsuite/configs/
Dall-police-act183 # Bus options (PCI, PCMCIA, EISA, MCA, ISA)
212 # PCI Hotplug Support
1104 # PCI devices
Dall-no-act183 # Bus options (PCI, PCMCIA, EISA, MCA, ISA)
212 # PCI Hotplug Support
1099 # PCI devices
/external/libpcap/
DREADME.hpux165 Patch Description: s700 10.20 PCI 100Base-T cumulative patch
/external/syslinux/
DNEWS307 namespace: VESA, PCI, DMI, kernel loading (Marcel Ritter).
542 * HDT: fix lockup on machines with certain PCI configurations.
610 * Major PCI core cleanups and other source cleanup.
723 * Fix errors in the PCI and DMI detection modules (Erwan Velu,
931 or PCI devices present.
974 * Add support for querying the PCI BIOS in libcom32
976 * Fix PCI handing (ethersel etc) on several old chipsets (and
1049 * libcom32/ethersel: Support PCI Config Mechanism #2 on
/external/ltp/tools/pounder21/
DCHANGELOG70 - Put 'lspci' into the PCI inventory for easy finding.

12