Searched refs:Bus (Results 1 - 25 of 71) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciRomTable.h2 Set up ROM Table for PCI Bus module.
23 @param Bus Bus NO of PCI space.
34 IN UINT8 Bus,
H A DPciRomTable.c2 Set up ROM Table for PCI Bus module.
23 UINT8 Bus; member in struct:__anon10837
39 @param Bus Bus NO of PCI space.
50 IN UINT8 Bus,
80 mRomImageTable[mNumberOfPciRomImages].Bus = Bus;
111 mRomImageTable[Index].Bus == PciIoDevice->BusNumber &&
47 PciRomAddImageMapping( IN EFI_HANDLE ImageHandle, IN UINTN Seg, IN UINT8 Bus, IN UINT8 Dev, IN UINT8 Func, IN UINT64 RomAddress, IN UINT64 RomLength ) argument
H A DPciEnumeratorSupport.h2 PCI emumeration support functions declaration for PCI Bus module.
23 @param Bus PCI bus NO.
35 IN UINT8 Bus,
47 @param StartBusNumber Bus number of begining.
64 @param Bus PCI bus NO.
77 IN UINT8 Bus,
88 @param Bus PCI device Bus NO.
99 IN UINT8 Bus,
109 @param Bus PC
[all...]
H A DPciEnumeratorSupport.c2 PCI emumeration support functions implementation for PCI Bus module.
24 @param Bus PCI bus NO.
36 IN UINT8 Bus,
45 // Create PCI address map in terms of Bus, Device and Func
47 Address = EFI_PCI_ADDRESS (Bus, Device, Func, 0);
85 @param StartBusNumber Bus number of begining.
193 @param Bus PCI bus NO.
206 IN UINT8 Bus,
222 Bus, Device, Func
231 Bus,
33 PciDevicePresent( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *PciRootBridgeIo, OUT PCI_TYPE00 *Pci, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Func ) argument
203 PciSearchDevice( IN PCI_IO_DEVICE *Bridge, IN PCI_TYPE00 *Pci, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Func, OUT PCI_IO_DEVICE **PciDevice ) argument
371 GatherDeviceInfo( IN PCI_IO_DEVICE *Bridge, IN PCI_TYPE00 *Pci, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Func ) argument
449 GatherPpbInfo( IN PCI_IO_DEVICE *Bridge, IN PCI_TYPE00 *Pci, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Func ) argument
615 GatherP2CInfo( IN PCI_IO_DEVICE *Bridge, IN PCI_TYPE00 *Pci, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Func ) argument
1995 CreatePciIoDevice( IN PCI_IO_DEVICE *Bridge, IN PCI_TYPE00 *Pci, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Func ) argument
[all...]
H A DPciBus.h2 Header files and data structures needed by PCI Bus module.
56 #define EFI_PCI_RID(Bus, Device, Function) (((UINT32)Bus << 8) + ((UINT32)Device << 3) + (UINT32)Function)
186 // Bus number, Device number, Function number
272 // Bus number ranges for a PCI Root Bridge device
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbEnumer.c62 UsbCloseHostProtoByChild (UsbIf->Device->Bus, UsbIf->Handle);
159 Status = UsbOpenHostProtoByChild (Device->Bus, UsbIf->Handle);
231 Device->Bus = ParentIf->Device->Bus;
281 if (UsbBusIsWantedUsbIO (UsbIf->Device->Bus, UsbIf)) {
540 USB_BUS *Bus; local
545 Bus = Device->Bus;
551 for (Index = 1; Index < Bus->MaxDevices; Index++) {
552 Child = Bus
594 USB_BUS *Bus; local
633 USB_BUS *Bus; local
[all...]
H A DUsbHub.c825 the port changes in PortState. Bus enumeration code
1062 Status = UsbHcGetCapability (HubIf->Device->Bus, &MaxSpeed, &NumOfPort, &Support64);
1116 the port changes in PortState. Bus enumeration code
1134 USB_BUS *Bus; local
1137 Bus = HubIf->Device->Bus;
1138 Status = UsbHcGetRootHubPortStatus (Bus, Port, PortState);
1178 UsbHcClearRootHubPortFeature (HubIf->Device->Bus, Port, (EFI_USB_PORT_FEATURE) Map->Feature);
1204 Status = UsbHcSetRootHubPortFeature (HubIf->Device->Bus, Port, Feature);
1230 Status = UsbHcClearRootHubPortFeature (HubIf->Device->Bus, Por
1255 USB_BUS *Bus; local
[all...]
H A DUsbBus.c3 Usb Bus Driver Binding and Bus IO Protocol.
90 Dev->Bus,
108 ASSERT (Dev->Translator.TranslatorHubAddress < Dev->Bus->MaxDevices);
111 Dev->Bus->Devices[Dev->Translator.TranslatorHubAddress],
260 Dev->Bus,
281 ASSERT (Dev->Translator.TranslatorHubAddress < Dev->Bus->MaxDevices);
284 Dev->Bus->Devices[Dev->Translator.TranslatorHubAddress],
353 Dev->Bus,
430 Dev->Bus,
1359 USB_BUS *Bus; local
[all...]
H A DUsbUtility.c643 @param Bus The USB bus driver.
651 IN USB_BUS *Bus,
659 if (Bus->Usb2Hc != NULL) {
661 Bus->HostHandle,
671 Bus->HostHandle,
687 @param Bus The USB bus driver.
693 IN USB_BUS *Bus,
697 if (Bus->Usb2Hc != NULL) {
699 Bus->HostHandle,
707 Bus
650 UsbOpenHostProtoByChild( IN USB_BUS *Bus, IN EFI_HANDLE Child ) argument
692 UsbCloseHostProtoByChild( IN USB_BUS *Bus, IN EFI_HANDLE Child ) argument
1132 USB_BUS *Bus; local
1197 UsbBusIsWantedUsbIO( IN USB_BUS *Bus, IN USB_INTERFACE *UsbIf ) argument
1306 USB_BUS *Bus; local
[all...]
H A DUsbUtility.h358 @param Bus The USB bus driver.
366 IN USB_BUS *Bus,
373 @param Bus The USB bus driver.
381 IN USB_BUS *Bus,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/IndustryStandard/
H A DEfiPci.h31 UINT8 Bus; member in struct:__anon10140
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DLegacyInterrupt.h50 @param Bus The PCI Bus.
54 @retval EFI_SUCCESS The Bus, Device, and Function were returned successfully.
61 OUT UINT8 *Bus,
H A DLegacyBiosPlatform.h474 UINT8 Bus; member in struct:__anon10767
521 UINT8 Bus; member in struct:__anon10769
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyInterrupt.c63 @param[out] Bus - PCI Bus
67 @retval EFI_SUCCESS Bus/Device/Function returned
74 OUT UINT8 *Bus,
79 *Bus = LEGACY_INT_BUS;
72 GetLocation( IN EFI_LEGACY_INTERRUPT_PROTOCOL *This, OUT UINT8 *Bus, OUT UINT8 *Device, OUT UINT8 *Function ) argument
H A DLegacyInterrupt.h64 @param[out] Bus - PCI Bus
68 @retval EFI_SUCCESS Bus/Device/Function returned
75 OUT UINT8 *Bus,
H A DLegacyPlatform.c69 0x00, // UINT8 Bus
83 // Bus Dev Reg Map Reg Map Reg Map Reg Map
247 UINTN Bus; local
293 Status = PciIo->GetLocation (PciIo, &Segment, &Bus, &Device, &Function);
294 if (EFI_ERROR(Status) || (Bus < MinBus || Bus > MaxBus)) {
328 CurrentAddress = PCI_LIB_ADDRESS(Bus, Device, Function, 0);
373 UINTN Bus; local
503 &Bus,
513 HddInfo[HddIndex].Bus
691 UINT8 Bus; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DPciCfg2.h82 UINT8 Bus; member in struct:__anon12009
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBbs.c178 BbsTable[0].Bus = 0xff;
206 BbsTable[BbsIndex + Index].Bus = HddInfo[HddIndex].Bus;
H A DLegacyPci.c218 UINTN Bus; local
239 &Bus,
249 mRomEntry[Index].PciBus == Bus &&
523 if ((RoutingTable[Index1].Slot != 0) && (Bridges[BridgeIndex].PrimaryBus == RoutingTable[Index1].Bus)
600 @param PciBus Input = Bus of device.
620 if ((RoutingTable[Index].Bus == PciBus) && (RoutingTable[Index].Device == (PciDevice << 3))) {
632 @param PciBus Input = Bus of device. Output = Translated Bus
658 Bus 0, Device 1 is PCI-PCI bridge that all PCI slots reside on.
662 Bus
1450 UINTN Bus; local
2264 UINTN Bus; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiMisc.h238 @param[out] Bus The bus number.
248 OUT UINTN *Bus,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.h34 #define CALC_EFI_PCI_ADDRESS(Bus, Dev, Func, Reg) \
35 ((UINT64) ((((UINTN) Bus) << 24) + (((UINTN) Dev) << 16) + (((UINTN) Func) << 8) + ((UINTN) Reg)))
37 #define CALC_EFI_PCIEX_ADDRESS(Bus, Dev, Func, ExReg) ( \
38 (UINT64) ((((UINTN) Bus) << 24) + (((UINTN) Dev) << 16) + (((UINTN) Func) << 8) + (LShiftU64 ((UINT64) ExReg, 32))) \
366 UINT8 PrimaryBus; // Primary Bus Number
367 UINT8 SecondaryBus; // Secondary Bus Number
368 UINT8 SubordinateBus; // Subordinate Bus Number
400 UINT8 PciBusNumber; // PCI Bus Number
401 UINT8 CardBusBusNumber; // CardBus Bus Number
402 UINT8 SubordinateBusNumber; // Subordinate Bus Numbe
[all...]
H A DPci.c146 L"Serial Bus Controllers",
636 L"System Management Bus",
1439 @param[in] Bus Bus number of device we are dealing with.
1451 IN UINT16 Bus,
2032 UINT16 Bus; local
2204 for (Bus = MinBus; Bus <= MaxBus; Bus++) {
2217 Address = CALC_EFI_PCI_ADDRESS (Bus, Devic
2457 PciFindProtocolInterface( IN EFI_HANDLE *HandleBuf, IN UINTN HandleCount, IN UINT16 Segment, IN UINT16 Bus, OUT EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL **IoDev ) argument
4574 UINT8 Bus; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
H A DPciCfg2.c40 return PCI_LIB_ADDRESS (Address->Bus, Address->Device, Address->Function, Address->Register);
43 return PCI_LIB_ADDRESS (Address->Bus, Address->Device, Address->Function, Address->ExtendedRegister);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DPciCf8Lib.h24 Macro that converts PCI Bus, PCI Device, PCI Function and PCI Register to an
28 unused upper bits of Bus, Device, Function and Register are stripped prior to
31 @param Bus PCI Bus number. Range 0..255.
39 #define PCI_CF8_LIB_ADDRESS(Bus,Device,Function,Offset) \
40 (((Offset) & 0xfff) | (((Function) & 0x07) << 12) | (((Device) & 0x1f) << 15) | (((Bus) & 0xff) << 20))
52 @param Address Address that encodes the PCI Bus, Device, Function and
80 @param Address Address that encodes the PCI Bus, Device, Function and
102 @param Address Address that encodes the PCI Bus, Device, Function and
130 @param Address Address that encodes the PCI Bus, Devic
[all...]
H A DPciExpressLib.h23 Macro that converts PCI Bus, PCI Device, PCI Function and PCI Register to an
27 unused upper bits of Bus, Device, Function and Register are stripped prior to
30 @param Bus PCI Bus number. Range 0..255.
38 #define PCI_EXPRESS_LIB_ADDRESS(Bus,Device,Function,Offset) \
39 (((Offset) & 0xfff) | (((Function) & 0x07) << 12) | (((Device) & 0x1f) << 15) | (((Bus) & 0xff) << 20))
51 @param Address Address that encodes the PCI Bus, Device, Function and
78 @param Address Address that encodes the PCI Bus, Device, Function and
99 @param Address Address that encodes the PCI Bus, Device, Function and
126 @param Address Address that encodes the PCI Bus, Devic
[all...]

Completed in 86 milliseconds

123