Searched defs:Bus (Results 1 - 25 of 43) sorted by relevance

12

/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 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/MdeModulePkg/Bus/Pci/PciBusDxe/
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 DPciOptionRomSupport.c2 PCI Rom supporting funtions implementation for PCI Bus module.
243 UINT8 Bus; local
248 Bus = PciIoDevice->BusNumber;
273 Address = EFI_PCI_ADDRESS (Bus, Device, Function, RomBarIndex);
H A DPciIo.c2 EFI PCI IO protocol functions implementation for PCI Bus module.
1204 OUT UINTN *Bus,
1213 if (Segment == NULL || Bus == NULL || Device == NULL || Function == NULL) {
1218 *Bus = PciIoDevice->BusNumber;
1201 PciIoGetLocation( IN EFI_PCI_IO_PROTOCOL *This, OUT UINTN *Segment, OUT UINTN *Bus, OUT UINTN *Device, OUT UINTN *Function ) argument
H A DPciEnumerator.c2 PCI eunmeration implementation on entire PCI bus system for PCI Bus module.
188 // Get the Bus information
1883 @param Bus The bus number of the pci device.
1900 IN UINT8 Bus,
1945 RootBridgePciAddress.Bus = Bus;
1898 PreprocessController( IN PCI_IO_DEVICE *Bridge, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Func, IN EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE Phase ) argument
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...]
/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/BaseTools/Source/C/Include/IndustryStandard/
H A DEfiPci.h31 UINT8 Bus; member in struct:__anon10140
H A DAcpi1_0.h206 UINT8 Bus; member in struct:__anon10097
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DMisc.c454 UINTN Bus; local
632 &Bus,
636 UndiLoaderTable->Ax = (UINT16) ((Bus << 0x8) | (Device << 0x3) | (Function));
653 "The NIC is located at Bus 0x%X, Device 0x%X, Function 0x%X\n\r",
654 Bus,
H A DBiosSnp16.c311 UINTN Bus; local
447 PciIo->GetLocation (PciIo, &Segment, &Bus, &Device, &Function);
450 (UINT16) ((Bus << 0x8) | (Device << 0x3) | (Function))
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBiosPlatform.h474 UINT8 Bus; member in struct:__anon10767
521 UINT8 Bus; member in struct:__anon10769
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
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 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 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 DUsbBus.h3 Usb Bus Driver Binding and Bus IO Protocol.
130 // Bus raises TPL to TPL_NOTIFY to serialize all its operations
162 USB_BUS *Bus; member in struct:_USB_DEVICE
234 // Stands for the current USB Bus
261 // USB Bus driver need to control the recursive connect policy of the bus, only those wanted
335 @param Bus The Usb bus's private data pointer.
345 IN USB_BUS *Bus,
657 Install Usb Bus Protocol on host controller, and start the Usb bus.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiIbft.c214 UINTN Bus; local
241 Status = PciIo->GetLocation (PciIo, &Segment, &Bus, &Device, &Function);
246 return (UINT16) ((Bus << 8) | (Device << 3) | Function);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DPciRootBridgeIo.h4 PCI Root Bridge I/O protocol is used by PCI Bus Driver to perform PCI Memory, PCI I/O,
130 UINT8 Bus; member in struct:__anon12258
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiMisc.c687 @param[out] Bus The bus number.
697 OUT UINTN *Bus,
731 Status = PciIo->GetLocation (PciIo, &Segment, Bus, Device, Function);
736 return (UINT16) ((*Bus << 8) | (*Device << 3) | *Function);
1169 L"MAC: %s, PFA: Bus %d | Dev %d | Func %d, iSCSI mode: %s, IP version: %s",
695 IScsiGetNICPciLocation( IN EFI_HANDLE Controller, OUT UINTN *Bus, OUT UINTN *Device, OUT UINTN *Function ) argument
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DPciRootBridgeIo.h4 PCI Root Bridge I/O protocol is used by PCI Bus Driver to perform PCI Memory, PCI I/O,
117 UINT8 Bus; member in struct:__anon15662
/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSBMon-solaris.c195 int VBoxUSBMonSolarisElectDriver(usb_dev_descr_t *pDevDesc, usb_dev_str_t *pDevStrings, char *pszDevicePath, int Bus, int Port,
999 * @param Bus The Bus number on which the device is on.
1004 int VBoxUSBMonSolarisElectDriver(usb_dev_descr_t *pDevDesc, usb_dev_str_t *pDevStrings, char *pszDevicePath, int Bus, int Port, argument
1007 LogFunc((DEVICE_NAME ":VBoxUSBMonSolarisElectDriver pDevDesc=%p pDevStrings=%p pszDevicePath=%s Bus=%d Port=%d\n", pDevDesc,
1008 pDevStrings, pszDevicePath, Bus, Port));
1024 USBFilterSetNumExact(&Filter, USBFILTERIDX_BUS, 0x0 /* Bus */, true); /* Use 0x0 as userland initFilterFromDevice function in Main: see comment on "SetMustBePresent" below */
1030 /* This doesn't work like it should (USBFilterMatch fails on matching field (6) i.e. Bus despite this. Investigate later. */
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
H A DEdd.h31 UINT8 Bus; member in struct:__anon10356
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBootSupport.c68 (UINTN) BbsTable[Index].Bus,
124 DEBUG ((EFI_D_INFO, " B/D/F - %02x/%02x/%02x\n", (UINTN)HddInfo[Index].Bus, (UINTN)HddInfo[Index].Device, (UINTN)HddInfo[Index].Function));
153 UINTN Bus; local
165 Bus = 0;
187 &Bus,
194 Bus, Device, Function, Interrupt[0], Interrupt[1]));

Completed in 126 milliseconds

12