Home | History | Annotate | Download | only in XhciPei

Lines Matching refs:DeviceSpeed

470   @param  DeviceSpeed               Target device speed.

496 IN UINT8 DeviceSpeed,
555 if ((DeviceSpeed == EFI_USB_SPEED_LOW) && (MaximumPacketLength != 8)) {
559 if ((DeviceSpeed == EFI_USB_SPEED_SUPER) && (MaximumPacketLength != 512)) {
626 DeviceSpeed,
684 if ((DescriptorType == USB_DESC_TYPE_DEVICE) && ((*DataLength == sizeof (EFI_USB_DEVICE_DESCRIPTOR)) || ((DeviceSpeed == EFI_USB_SPEED_FULL) && (*DataLength == 8)))) {
756 Status = XhcPeiSetConfigCmd (Xhc, SlotId, DeviceSpeed, Xhc->UsbDevContext[SlotId].ConfDesc[Index]);
758 Status = XhcPeiSetConfigCmd64 (Xhc, SlotId, DeviceSpeed, Xhc->UsbDevContext[SlotId].ConfDesc[Index]);
773 if (DeviceSpeed == EFI_USB_SPEED_SUPER) {
823 DeviceSpeed,
860 @param DeviceSpeed Device speed, Low speed device doesn't support
892 IN UINT8 DeviceSpeed,
920 if ((DeviceSpeed == EFI_USB_SPEED_LOW) ||
921 ((DeviceSpeed == EFI_USB_SPEED_FULL) && (MaximumPacketLength > 64)) ||
922 ((DeviceSpeed == EFI_USB_SPEED_HIGH) && (MaximumPacketLength > 512)) ||
923 ((DeviceSpeed == EFI_USB_SPEED_SUPER) && (MaximumPacketLength > 1024))) {
953 DeviceSpeed,