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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
PeiUsbLib.c 236 if ((PortStatus & USB_PORT_STAT_LOW_SPEED) != 0) {
UsbPeim.c 321 } else if (USB_BIT_IS_SET (PortStatus.PortStatus, USB_PORT_STAT_LOW_SPEED)) {
571 } else if (USB_BIT_IS_SET (PortStatus.PortStatus, USB_PORT_STAT_LOW_SPEED)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
ch11.h 101 #define USB_PORT_STAT_LOW_SPEED 0x0200
  /bionic/libc/kernel/uapi/linux/usb/
ch11.h 78 #define USB_PORT_STAT_LOW_SPEED 0x0200
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
PeiUsbLib.c 302 if ((PortStatus & USB_PORT_STAT_LOW_SPEED) != 0) {
  /external/kernel-headers/original/uapi/linux/usb/
ch11.h 133 #define USB_PORT_STAT_LOW_SPEED 0x0200
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
usb.h 52 #define USB_PORT_STAT_LOW_SPEED 0x0200
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Usb2HostController.h 48 #define USB_PORT_STAT_LOW_SPEED 0x0200
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhcPeim.c 791 PortStatus.PortStatus |= USB_PORT_STAT_LOW_SPEED;
    [all...]
XhciSched.c 875 if ((PortState->PortStatus & USB_PORT_STAT_LOW_SPEED) != 0) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhcPeim.c 965 PortStatus->PortStatus |= USB_PORT_STAT_LOW_SPEED;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbEnumer.c 720 } else if (USB_BIT_IS_SET (PortState.PortStatus, USB_PORT_STAT_LOW_SPEED)) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
Xhci.c 410 PortStatus->PortStatus |= USB_PORT_STAT_LOW_SPEED;
    [all...]
XhciSched.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
Uhci.c 396 PortStatus->PortStatus |= USB_PORT_STAT_LOW_SPEED;
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhcPeim.c 624 PortStatus->PortStatus |= USB_PORT_STAT_LOW_SPEED;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
Ehci.c 386 PortStatus->PortStatus |= USB_PORT_STAT_LOW_SPEED;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
UhcPeim.c 737 PortStatus->PortStatus |= USB_PORT_STAT_LOW_SPEED;
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
Ohci.c     [all...]

Completed in 262 milliseconds