HomeSort by relevance Sort by last modified time
    Searched refs:PCI (Results 1 - 18 of 18) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/AcpiTables/
Spcr.asl 65 [0002] PCI Device ID : FFFF
66 [0002] PCI Vendor ID : FFFF
67 [0001] PCI Bus : 00
68 [0001] PCI Device : 00
69 [0001] PCI Function : 00
70 [0004] PCI Flags : 00000000
71 [04Bh] PCI Segment : 00
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
spcr.asl 65 [0002] PCI Device ID : FFFF
66 [0002] PCI Vendor ID : FFFF
67 [0001] PCI Bus : 00
68 [0001] PCI Device : 00
69 [0001] PCI Function : 00
70 [0004] PCI Flags : 00000000
71 [04Bh] PCI Segment : 00
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.S 46 # PCI Configuration definitions
48 .equ PCI_CFG, (0x80000000) # PCI configuration access mechanism
53 # Quark PCI devices
59 # ILB PCI Config Registers
72 # Host Bridge PCI Config Registers
101 .equ HMISC2_OFFSET, (0x03) # PCI configuration access mechanism
486 movl $(PCI_CFG | (ILB_PFA << 8) | BDE), %ebx # PCI Configuration address
568 movl $((PCI_CFG) | (HOST_BRIDGE_PFA << 8) | (MESSAGE_BUS_CONTROL_REG)), %ebx # PCI Configuration address
579 movl $((PCI_CFG) | (HOST_BRIDGE_PFA << 8) | (MESSAGE_DATA_REG)), %ebx # PCI Configuration address
617 movl $((PCI_CFG) | (HOST_BRIDGE_PFA << 8) | (MESSAGE_DATA_REG)), %ebx # PCI Configuration address
    [all...]
Flat32.asm 377 mov ebx, PCI_CFG OR (ILB_PFA SHL 8) OR BDE ; PCI Configuration address
455 mov ebx, PCI_CFG OR (HOST_BRIDGE_PFA SHL 8) OR MESSAGE_BUS_CONTROL_REG ; PCI Configuration address
464 mov ebx, PCI_CFG OR (HOST_BRIDGE_PFA SHL 8) OR MESSAGE_DATA_REG ; PCI Configuration address
501 mov ebx, PCI_CFG OR (HOST_BRIDGE_PFA SHL 8) OR MESSAGE_DATA_REG ; PCI Configuration address
507 mov ebx, PCI_CFG OR (HOST_BRIDGE_PFA SHL 8) OR MESSAGE_BUS_CONTROL_REG ; PCI Configuration address
524 ; ebx - PCI Config Address
532 ; Perform a DWORD PCI Configuration write
538 ; Write the PCI Config Address to the address port
546 ; Write the PCI DWORD Data to the data port
560 ; ebx - PCI Config Address
    [all...]
  /external/syslinux/gpxe/src/util/
parserom.pl 42 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
52 rom ( "pci", $image, $desc, $vendor, $device );
53 rom ( "pci", lc "${vendor}${device}", $desc, $vendor, $device );
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CloneFunction.cpp 468 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/
CloneFunction.cpp 522 for (const auto &PCI : PredCount) {
523 BasicBlock *Pred = PCI.first;
524 for (unsigned NumToRemove = PCI.second; NumToRemove; --NumToRemove)
  /external/syslinux/gpxe/src/util/Option/
ROM.pm 31 # 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/spirv-llvm/lib/SPIRV/
OCL20ToSPIRV.cpp 397 auto PCI = &CI;
399 visitCallAtomicInit(PCI);
403 visitCallAtomicWorkItemFence(PCI);
411 PCI = visitCallAtomicCmpXchg(PCI, DemangledName);
413 visitCallAtomicLegacy(PCI, MangledName, DemangledName);
414 visitCallAtomicCpp11(PCI, MangledName, DemangledName);
    [all...]
  /external/dtc/Documentation/
dtc-paper.tex 258 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
308 \texttt{name} properties equal to \texttt{memory} and \texttt{pci},
354 pci@40000000000000 {
355 /* PCI host bridge *
    [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiPxe.h 921 // PCI and PC Card NICs are both identified using bus, device
928 // See S/W UNDI ROMID structure definition for PCI and
940 PCI, PCC;
1290 PXE_PCI_CONFIG_INFO pci; member in union:u_pxe_db_get_config_info
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiPxe.h 900 /// PCI and PC Card NICs are both identified using bus, device
907 /// See S/W UNDI ROMID structure definition for PCI and
919 PCI, PCC;
1245 PXE_PCI_CONFIG_INFO pci; member in union:u_pxe_db_get_config_info
    [all...]
  /external/syslinux/efi32/include/efi/
efi_pxe.h 938 // 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;
1198 PXE_PCI_CONFIG_INFO pci; member in union:u_pxe_db_get_config_info
    [all...]
  /external/syslinux/efi64/include/efi/
efi_pxe.h 938 // 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;
1198 PXE_PCI_CONFIG_INFO pci; member in union:u_pxe_db_get_config_info
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efi_pxe.h 938 // 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;
1198 PXE_PCI_CONFIG_INFO pci; member in union:u_pxe_db_get_config_info
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiPxe.h 884 /// 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;
1229 PXE_PCI_CONFIG_INFO pci; member in union:u_pxe_db_get_config_info
    [all...]
  /external/skia/infra/bots/
gen_tasks.go 54 // Mapping of human-friendly GPU names to PCI IDs.
65 gpuMapFile = flag.String("gpu_map", "", "JSON file containing a mapping of human-friendly GPU names to PCI IDs.")

Completed in 490 milliseconds