Home
last modified time | relevance | path

Searched refs:USBPORTSC_LSDA (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhciReg.h56 #define USBPORTSC_LSDA BIT8 // Low Speed Device Attached macro
DUhci.c395 if ((PortSC & USBPORTSC_LSDA) != 0) { in Uhci2GetRootHubPortStatus()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.h88 #define USBPORTSC_LSDA BIT8 /* Low Speed Device Attached */ macro
DUhcPeim.c736 if ((RHPortStatus & USBPORTSC_LSDA) != 0) { in UhcGetRootHubPortStatus()