Home
last modified time | relevance | path

Searched refs:MaxSpeed (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbHub.c1067 UINT8 MaxSpeed; in UsbRootHubInit() local
1071 Status = UsbHcGetCapability (HubIf->Device->Bus, &MaxSpeed, &NumOfPort, &Support64); in UsbRootHubInit()
1078 HubIf, MaxSpeed, NumOfPort)); in UsbRootHubInit()
1083 HubIf->MaxSpeed = MaxSpeed; in UsbRootHubInit()
1330 if (RootIf->MaxSpeed == EFI_USB_SPEED_HIGH) { in UsbRootHubResetPort()
DUsbUtility.h34 OUT UINT8 *MaxSpeed,
DUsbUtility.c67 OUT UINT8 *MaxSpeed, in UsbHcGetCapability() argument
77 MaxSpeed, in UsbHcGetCapability()
85 *MaxSpeed = EFI_USB_SPEED_FULL; in UsbHcGetCapability()
DUsbBus.h240 UINT8 MaxSpeed; member
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatformSmbiosDxe/
DPlatformSmbiosDxe.c661 mProcessorInfoType4.MaxSpeed = SmbiosT4->T4MaxSpeed; in ProcessorInfoUpdateSmbiosType4()
684 mProcessorInfoType4.MaxSpeed = PcdGet32(PcdArmArchTimerFreqInHz)/1000000; // In MHz in ProcessorInfoUpdateSmbiosType4()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DUsb2HostController.h114 OUT UINT8 *MaxSpeed,
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscProcessorInformationFunction.c392 SmbiosRecord-> MaxSpeed = *(UINT16*) & Frequency;
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhci.h354 OUT UINT8 *MaxSpeed,
DXhci.c111 OUT UINT8 *MaxSpeed, in XhcGetCapability() argument
119 if ((MaxSpeed == NULL) || (PortNumber == NULL) || (Is64BitCapable == NULL)) { in XhcGetCapability()
126 *MaxSpeed = EFI_USB_SPEED_SUPER; in XhcGetCapability()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhci.c293 OUT UINT8 *MaxSpeed, in Uhci2GetCapability() argument
305 if ((NULL == MaxSpeed) || (NULL == PortNumber) || (NULL == Is64BitCapable)) { in Uhci2GetCapability()
309 *MaxSpeed = EFI_USB_SPEED_FULL; in Uhci2GetCapability()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhci.c75 OUT UINT8 *MaxSpeed, in EhcGetCapability() argument
83 if ((MaxSpeed == NULL) || (PortNumber == NULL) || (Is64BitCapable == NULL)) { in EhcGetCapability()
90 *MaxSpeed = EFI_USB_SPEED_HIGH; in EhcGetCapability()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UsbHostController/
DUsbHostController.h235 OUT UINT8 *MaxSpeed,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h155 UINT16 MaxSpeed; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h840 UINT16 MaxSpeed; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c418 PRINT_STRUCT_VALUE (Struct, Type4, MaxSpeed); in SmbiosPrintStructure()