Home
last modified time | relevance | path

Searched refs:IoDev (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/
DPcatIo.c215 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/
DPcatIo.c215 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/
DPci.c1858 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/
DPcatPciRootBridge.h129 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev,
174 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/
DPcatIo.c454 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev in ScanPciRootBridgeForRoms() argument
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch5788 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);
DShellR64.patch7925 - IoDev
7926 + (VOID**)IoDev
7934 - Status = (*IoDev)->Configuration (*IoDev, Descriptors);
7935 + Status = (*IoDev)->Configuration (*IoDev, (VOID**)Descriptors);