Searched refs:EFI_USB_SPEED_HIGH (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciUrb.c145 if (Ep->DevSpeed == EFI_USB_SPEED_HIGH) {
213 if (Ep->DevSpeed != EFI_USB_SPEED_HIGH) {
226 if (Ep->DevSpeed != EFI_USB_SPEED_HIGH) {
242 if ((Ep->DevSpeed == EFI_USB_SPEED_HIGH) && (Ep->Direction == EfiUsbDataOut)) {
587 if (DevSpeed != EFI_USB_SPEED_HIGH) {
H A DEhci.c89 *MaxSpeed = EFI_USB_SPEED_HIGH;
871 ((EFI_USB_SPEED_HIGH == DeviceSpeed) && (MaximumPacketLength > 512))) {
1159 ((DeviceSpeed == EFI_USB_SPEED_HIGH) && (MaximumPacketLength > 3072))) {
H A DEhciSched.c58 Ep.DevSpeed = EFI_USB_SPEED_HIGH;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciUrb.c141 if (Ep->DevSpeed == EFI_USB_SPEED_HIGH) {
207 if (Ep->DevSpeed != EFI_USB_SPEED_HIGH) {
220 if (Ep->DevSpeed != EFI_USB_SPEED_HIGH) {
236 if ((Ep->DevSpeed == EFI_USB_SPEED_HIGH) && (Ep->Direction == EfiUsbDataOut)) {
552 if (DevSpeed != EFI_USB_SPEED_HIGH) {
H A DEhcPeim.h43 #define EFI_USB_SPEED_HIGH 0x0002 macro
H A DEhciSched.c58 Ep.DevSpeed = EFI_USB_SPEED_HIGH;
H A DEhcPeim.c558 ((EFI_USB_SPEED_HIGH == DeviceSpeed) && (MaximumPacketLength > 512))) {
1038 ((EFI_USB_SPEED_HIGH == DeviceSpeed) && (MaximumPacketLength > 512))) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusPei/
H A DPeiUsbLib.c305 return EFI_USB_SPEED_HIGH;
H A DUsbPeim.c309 if(NewPeiUsbDevice->DeviceSpeed != EFI_USB_SPEED_HIGH) {
310 if (PeiUsbDevice->DeviceSpeed == EFI_USB_SPEED_HIGH) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciSched.c1368 Speed = EFI_USB_SPEED_HIGH;
1798 if ((ParentDeviceContext->Slot.Speed == (EFI_USB_SPEED_HIGH + 1)) && (DeviceSpeed < EFI_USB_SPEED_HIGH)) {
1815 if (DeviceSpeed == EFI_USB_SPEED_HIGH) {
1834 } else if (DeviceSpeed == EFI_USB_SPEED_HIGH) {
1991 if ((ParentDeviceContext->Slot.Speed == (EFI_USB_SPEED_HIGH + 1)) && (DeviceSpeed < EFI_USB_SPEED_HIGH)) {
2008 if (DeviceSpeed == EFI_USB_SPEED_HIGH) {
2027 } else if (DeviceSpeed == EFI_USB_SPEED_HIGH) {
2422 } else if ((DeviceSpeed == EFI_USB_SPEED_HIGH) || (DeviceSpee
[all...]
H A DXhci.c999 } else if (DeviceSpeed == EFI_USB_SPEED_HIGH) {
1117 ((EFI_USB_SPEED_HIGH == DeviceSpeed) && (MaximumPacketLength > 512)) ||
1419 ((DeviceSpeed == EFI_USB_SPEED_HIGH) && (MaximumPacketLength > 3072))) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUsb2HostController.h83 #define EFI_USB_SPEED_HIGH 0x0002 ///< 480 Mb/s, USB 2.0 EHCI HC. macro
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbEnumer.c689 Child->Speed = EFI_USB_SPEED_HIGH;
702 (Parent->Speed == EFI_USB_SPEED_HIGH)) {
H A DUsbHub.c1320 if (RootIf->MaxSpeed == EFI_USB_SPEED_HIGH) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhci.c1139 if (DeviceSpeed == EFI_USB_SPEED_HIGH) {

Completed in 62 milliseconds