/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/ |
D | PcatIo.c | 215 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev, in ScanPciBus() argument 254 IoDev->Pci.Read (IoDev, EfiPciWidthUint16, Address, 1, &PciHeader.Hdr.VendorId); in ScanPciBus() 272 IoDev->Pci.Read (IoDev, EfiPciWidthUint8, Address + 0x0e, 1, &PciHeader.Hdr.HeaderType); in ScanPciBus() 278 IoDev, in ScanPciBus() 303 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev, in CheckForRom() argument 338 IoDev->Pci.Read (IoDev, EfiPciWidthUint32, Address, sizeof(PciHeader)/sizeof(UINT32), &PciHeader); in CheckForRom() 353 IoDev->Pci.Write (IoDev, EfiPciWidthUint16, Address + 0x26, 1, &Register); in CheckForRom() 354 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, Address + 0x2c, 1, &Register); in CheckForRom() 356 IoDev->Pci.Write (IoDev, EfiPciWidthUint16, Address + 0x24, 1, &Register); in CheckForRom() 357 IoDev->Pci.Write (IoDev, EfiPciWidthUint16, Address + 0x28, 1, &Register); in CheckForRom() [all …]
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/X64/ |
D | PcatIo.c | 215 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev, in ScanPciBus() argument 254 IoDev->Pci.Read (IoDev, EfiPciWidthUint16, Address, 1, &PciHeader.Hdr.VendorId); in ScanPciBus() 272 IoDev->Pci.Read (IoDev, EfiPciWidthUint8, Address + 0x0e, 1, &PciHeader.Hdr.HeaderType); in ScanPciBus() 278 IoDev, in ScanPciBus() 303 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev, in CheckForRom() argument 338 IoDev->Pci.Read (IoDev, EfiPciWidthUint32, Address, sizeof(PciHeader)/sizeof(UINT32), &PciHeader); in CheckForRom() 353 IoDev->Pci.Write (IoDev, EfiPciWidthUint16, Address + 0x26, 1, &Register); in CheckForRom() 354 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, Address + 0x2c, 1, &Register); in CheckForRom() 356 IoDev->Pci.Write (IoDev, EfiPciWidthUint16, Address + 0x24, 1, &Register); in CheckForRom() 357 IoDev->Pci.Write (IoDev, EfiPciWidthUint16, Address + 0x28, 1, &Register); in CheckForRom() [all …]
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | Pci.c | 1858 OUT EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL **IoDev 1874 OUT EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL **IoDev, 1915 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev, 1932 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev 1948 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev 1967 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev, 1984 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev 2043 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev, 2062 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev, 2451 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev; in ShellCommandRunPci() local [all …]
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/ |
D | PcatPciRootBridge.h | 129 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev, 174 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/ |
D | PcatIo.c | 454 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev in ScanPciRootBridgeForRoms() argument
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR33.patch | 5788 IoDev->SegmentNumber, 5884 - IoDev 5885 + (VOID **)IoDev 5893 - Status = (*IoDev)->Configuration (*IoDev, Descriptors); 5894 + Status = (*IoDev)->Configuration (*IoDev, (VOID **)Descriptors); 6347 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, RegAddress, 2, &NewBar64); 6348 IoDev->Pci.Read (IoDev, EfiPciWidthUint32, RegAddress, 2, &NewBar64); 6349 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, RegAddress, 2, &OldBar64);
|
D | ShellR64.patch | 7925 - IoDev 7926 + (VOID**)IoDev 7934 - Status = (*IoDev)->Configuration (*IoDev, Descriptors); 7935 + Status = (*IoDev)->Configuration (*IoDev, (VOID**)Descriptors);
|