HomeSort by relevance Sort by last modified time
    Searched refs:MaxSpeed (Results 1 - 19 of 19) sorted by null

  /external/syslinux/efi32/include/efi/
libsmbios.h 110 UINT8 MaxSpeed[2];
  /external/syslinux/efi64/include/efi/
libsmbios.h 110 UINT8 MaxSpeed[2];
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
libsmbios.h 110 UINT8 MaxSpeed[2];
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbHub.c 1067 UINT8 MaxSpeed;
1071 Status = UsbHcGetCapability (HubIf->Device->Bus, &MaxSpeed, &NumOfPort, &Support64);
1078 HubIf, MaxSpeed, NumOfPort));
1083 HubIf->MaxSpeed = MaxSpeed;
    [all...]
UsbUtility.h 23 @param MaxSpeed The maximum speed this host controller supports.
34 OUT UINT8 *MaxSpeed,
UsbBus.h 240 UINT8 MaxSpeed;
UsbUtility.c 56 @param MaxSpeed The maximum speed this host controller supports.
67 OUT UINT8 *MaxSpeed,
77 MaxSpeed,
85 *MaxSpeed = EFI_USB_SPEED_FULL;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Usb2HostController.h 99 @param MaxSpeed Host controller data transfer speed.
114 OUT UINT8 *MaxSpeed,
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatformSmbiosDxe/
PlatformSmbiosDxe.c 292 0, // MaxSpeed;
661 mProcessorInfoType4.MaxSpeed = SmbiosT4->T4MaxSpeed;
684 mProcessorInfoType4.MaxSpeed = PcdGet32(PcdArmArchTimerFreqInHz)/1000000; // In MHz
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
Xhci.h 341 @param MaxSpeed Max speed supported by the controller.
354 OUT UINT8 *MaxSpeed,
Xhci.c 98 @param MaxSpeed Max speed supported by the controller.
111 OUT UINT8 *MaxSpeed,
119 if ((MaxSpeed == NULL) || (PortNumber == NULL) || (Is64BitCapable == NULL)) {
126 *MaxSpeed = EFI_USB_SPEED_SUPER;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscProcessorInformationFunction.c 392 SmbiosRecord-> MaxSpeed = *(UINT16*) & Frequency;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
Uhci.c 278 @param MaxSpeed A pointer to the max speed USB host controller
285 @return EFI_INVALID_PARAMETER MaxSpeed or PortNumber or Is64BitCapable is NULL.
293 OUT UINT8 *MaxSpeed,
305 if ((NULL == MaxSpeed) || (NULL == PortNumber) || (NULL == Is64BitCapable)) {
309 *MaxSpeed = EFI_USB_SPEED_FULL;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
Ehci.c 62 @param MaxSpeed Max speed supported by the controller.
75 OUT UINT8 *MaxSpeed,
83 if ((MaxSpeed == NULL) || (PortNumber == NULL) || (Is64BitCapable == NULL)) {
90 *MaxSpeed = EFI_USB_SPEED_HIGH;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UsbHostController/
UsbHostController.h 235 OUT UINT8 *MaxSpeed,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Smbios.h 155 UINT16 MaxSpeed;
  /external/libvpx/libvpx/build/make/
gen_msvs_vcxproj.sh 411 opt=MaxSpeed
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
SmBios.h     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
PrintInfo.c 418 PRINT_STRUCT_VALUE (Struct, Type4, MaxSpeed);
    [all...]

Completed in 684 milliseconds