Searched defs:PCI (Results 1 - 6 of 6) sorted by relevance

/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/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/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 297 milliseconds