Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhciReg.h50 #define USBPORTSC_CSC BIT1 // Connect Status Change macro
DUhci.c404 if ((PortSC & USBPORTSC_CSC) != 0) { in Uhci2GetRootHubPortStatus()
560 PortSC |= USBPORTSC_CSC; in Uhci2ClearRootHubPortFeature()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.h82 #define USBPORTSC_CSC BIT1 /* Connect Status Change */ macro
DUhcPeim.c745 if ((RHPortStatus & USBPORTSC_CSC) != 0) { in UhcGetRootHubPortStatus()
911 RHPortControl |= USBPORTSC_CSC; in UhcClearRootHubPortFeature()