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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DeviceIo/
DeviceIo.h 67 IN OUT EFI_DEVICE_PATH_PROTOCOL **PciDevicePath
123 EFI_PCI_DEVICE_PATH PciDevicePath;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DeviceIo.h 95 @param PciDevicePath A pointer to the pointer for the EFI Device Path for PciAddress.
98 @retval EFI_SUCCESS The PciDevicePath returns a pointer to a valid EFI Device Path.
108 IN OUT EFI_DEVICE_PATH_PROTOCOL **PciDevicePath
259 EFI_PCI_DEVICE_PATH PciDevicePath;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyIde.c 54 PCI_DEVICE_PATH *PciDevicePath;
68 PciDevicePath = NULL;
147 PciDevicePath = (PCI_DEVICE_PATH *) DevicePathNode;
153 if (PciDevicePath == NULL) {
169 if ((PciDevicePath->Device == LocalHddInfo[PciIndex].Device) &&
170 (PciDevicePath->Function == LocalHddInfo[PciIndex].Function)
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
PlatformConsole.c 159 @param[in] PciDevicePath - Device path for the PCI graphics device.
168 IN EFI_DEVICE_PATH_PROTOCOL *PciDevicePath,
182 if (PciDevicePath == NULL || GopDevicePath == NULL) {
189 // Initialize the GopDevicePath to be PciDevicePath
191 *GopDevicePath = PciDevicePath;
192 TempPciDevicePath = PciDevicePath;
238 PciDevicePath,
240 GetDevicePathSize (PciDevicePath) - END_DEVICE_PATH_LENGTH
254 EfiBootManagerUpdateConsoleVariable (ConOut, NULL, PciDevicePath);
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DeviceIo.c 78 Private->DeviceIo.PciDevicePath = DeviceIoPciDevicePath;
547 IN OUT EFI_DEVICE_PATH_PROTOCOL **PciDevicePath
560 PciDevicePath - A pointer to the pointer for the EFI Device Path for PciAddress.
565 EFI_SUCCESS - The PciDevicePath returns a pointer to a valid EFI Device Path.
588 *PciDevicePath = Private->DevicePath;
592 *PciDevicePath = AppendPciDevicePath (
597 *PciDevicePath,
601 if (*PciDevicePath == NULL) {
DeviceIo.h 277 IN OUT EFI_DEVICE_PATH_PROTOCOL **PciDevicePath
289 PciDevicePath - PCI device path.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/
DeviceIoOnPciRootBridgeIoThunk.c 203 @param PciDevicePath A pointer to the pointer for the EFI Device Path
207 @retval EFI_SUCCESS The PciDevicePath returns a pointer to a valid EFI
220 IN OUT EFI_DEVICE_PATH_PROTOCOL **PciDevicePath
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
StmResourceDescriptor.h 123 STM PCI Device Path node used for the PciDevicePath field of
154 STM_PCI_DEVICE_PATH_NODE PciDevicePath[1];
155 //STM_PCI_DEVICE_PATH_NODE PciDevicePath[LastNodeIndex + 1];
  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
BdsPlatform.c 615 IN EFI_DEVICE_PATH_PROTOCOL *PciDevicePath,
627 if (PciDevicePath == NULL || GopDevicePath == NULL) {
632 // Initialize the GopDevicePath to be PciDevicePath
634 *GopDevicePath = PciDevicePath;
635 TempPciDevicePath = PciDevicePath;
671 PciDevicePath,
673 GetDevicePathSize (PciDevicePath) - END_DEVICE_PATH_LENGTH
688 BdsLibUpdateConsoleVariable (VarConsoleOutDev, NULL, PciDevicePath);
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
BdsPlatform.c 540 IN EFI_DEVICE_PATH_PROTOCOL *PciDevicePath,
552 if (PciDevicePath == NULL || GopDevicePath == NULL) {
557 // Initialize the GopDevicePath to be PciDevicePath
559 *GopDevicePath = PciDevicePath;
560 TempPciDevicePath = PciDevicePath;
596 PciDevicePath,
598 GetDevicePathSize (PciDevicePath) - END_DEVICE_PATH_LENGTH
613 EfiBootManagerUpdateConsoleVariable (ConOutDev, NULL, PciDevicePath);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsOutputDxe/
GraphicsOutput.c 311 EFI_DEVICE_PATH *PciDevicePath;
364 (VOID **) &PciDevicePath,
493 Private->DevicePath = AppendDevicePathNode (PciDevicePath, (EFI_DEVICE_PATH_PROTOCOL *) &mGraphicsOutputAdrNode);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
ArmJunoDxe.c 39 PCI_DEVICE_PATH PciDevicePath;
PciEmulation.c 22 PCI_DEVICE_PATH PciDevicePath;
562 Private->DevicePath.PciDevicePath.Device = DeviceId;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/
SmmStm.c 536 if (CompareMem (Resource->PciCfg.PciDevicePath, Record->PciCfg.PciDevicePath, sizeof(STM_PCI_DEVICE_PATH_NODE) * (Resource->PciCfg.LastNodeIndex + 1)) != 0) {
785 DEBUG ((DEBUG_ERROR, "ValidateResource - PCI (0x%02x, 0x%08x, 0x%02x, 0x%02x)\n", Resource->PciCfg.OriginatingBusNumber, Resource->PciCfg.LastNodeIndex, Resource->PciCfg.PciDevicePath[0].PciDevice, Resource->PciCfg.PciDevicePath[0].PciFunction));
790 if ((Resource->PciCfg.PciDevicePath[SubIndex].PciDevice > 0x1F) || (Resource->PciCfg.PciDevicePath[SubIndex].PciFunction > 7)) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
SetupInfoRecords.c     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
BdsPlatform.c 281 IN EFI_DEVICE_PATH_PROTOCOL *PciDevicePath,
296 if (PciDevicePath == NULL || GopDevicePath == NULL) {
301 // Initialize the GopDevicePath to be PciDevicePath
303 *GopDevicePath = PciDevicePath;
304 TempPciDevicePath = PciDevicePath;
425 PciDevicePath,
427 GetDevicePathSize (PciDevicePath) - END_DEVICE_PATH_LENGTH
    [all...]

Completed in 693 milliseconds