Lines Matching refs:IoDev
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
2479 IoDev = NULL; in ShellCommandRunPci()
2593 &IoDev, in ShellCommandRunPci()
2633 IoDev->Pci.Read ( in ShellCommandRunPci()
2634 IoDev, in ShellCommandRunPci()
2659 IoDev->Pci.Read ( in ShellCommandRunPci()
2660 IoDev, in ShellCommandRunPci()
2669 IoDev->SegmentNumber, in ShellCommandRunPci()
2812 &IoDev in ShellCommandRunPci()
2826 Status = IoDev->Pci.Read ( in ShellCommandRunPci()
2827 IoDev, in ShellCommandRunPci()
2887 Status = PciExplainData (&ConfigSpace, Address, IoDev, EnhancedDump); in ShellCommandRunPci()
2923 OUT EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL **IoDev in PciFindProtocolInterface() argument
2937 Status = PciGetProtocolAndResource (HandleBuf[Index], IoDev, &Descriptors); in PciFindProtocolInterface()
2945 if (Descriptors == NULL && Segment == (*IoDev)->SegmentNumber) { in PciFindProtocolInterface()
2949 if ((*IoDev)->SegmentNumber != Segment) { in PciFindProtocolInterface()
2985 OUT EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL **IoDev, in PciGetProtocolAndResource() argument
2997 (VOID**)IoDev in PciGetProtocolAndResource()
3006 Status = (*IoDev)->Configuration (*IoDev, (VOID**)Descriptors); in PciGetProtocolAndResource()
3089 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev, in PciExplainData() argument
3218 IoDev in PciExplainData()
3227 IoDev in PciExplainData()
3236 IoDev in PciExplainData()
3248 PciExplainCapabilityStruct (IoDev, Address, CapPtr, EnhancedDump); in PciExplainData()
3267 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev in PciExplainDeviceData() argument
3299 IoDev, in PciExplainDeviceData()
3416 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev in PciExplainBridgeData() argument
3450 IoDev, in PciExplainBridgeData()
3620 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev, in PciExplainBar() argument
3702 IoDev->Pci.Write (IoDev, EfiPciWidthUint16, RegAddress, 1, &NewCommand); in PciExplainBar()
3713 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, RegAddress, 1, &NewBar32); in PciExplainBar()
3714 IoDev->Pci.Read (IoDev, EfiPciWidthUint32, RegAddress, 1, &NewBar32); in PciExplainBar()
3715 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, RegAddress, 1, &OldBar32); in PciExplainBar()
3732 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, RegAddress, 2, &NewBar64); in PciExplainBar()
3733 IoDev->Pci.Read (IoDev, EfiPciWidthUint32, RegAddress, 2, &NewBar64); in PciExplainBar()
3734 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, RegAddress, 2, &OldBar64); in PciExplainBar()
3750 IoDev->Pci.Write (IoDev, EfiPciWidthUint16, RegAddress, 1, &OldCommand); in PciExplainBar()
3790 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev in PciExplainCardBusData() argument
4221 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev, in PciExplainCapabilityStruct() argument
4239 IoDev->Pci.Read (IoDev, EfiPciWidthUint16, RegAddress, 1, &CapabilityEntry); in PciExplainCapabilityStruct()
4247 PciExplainPciExpress (IoDev, Address, CapabilityPtr, EnhancedDump); in PciExplainCapabilityStruct()
5754 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoDev, in PciExplainPciExpress() argument
5777 IoDev->Pci.Read ( in PciExplainPciExpress()
5778 IoDev, in PciExplainPciExpress()
5871 Status = IoDev->Pci.Read ( in PciExplainPciExpress()
5872 IoDev, in PciExplainPciExpress()