Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhciReg.h49 #define USBPORTSC_CCS BIT0 // Current Connect Status macro
DUhci.c378 if ((PortSC & USBPORTSC_CCS) != 0) { in Uhci2GetRootHubPortStatus()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.h81 #define USBPORTSC_CCS BIT0 /* Current Connect Status ("device present") */ macro
DUhcPeim.c712 if ((RHPortStatus & USBPORTSC_CCS) != 0) { in UhcGetRootHubPortStatus()