Home
last modified time | relevance | path

Searched refs:XHC_DC_DCCTRL (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DDebugCommunicationLibUsb3Common.c326 Dcctrl = XhcReadDebugReg (Handle, XHC_DC_DCCTRL); in NeedReinitializeHardware()
614 Dcctrl = XhcReadDebugReg (Handle, XHC_DC_DCCTRL); in XhcDetectDebugCapabilityReady()
733 XhcSetDebugRegBit (Handle, XHC_DC_DCCTRL, BIT1|BIT31); in InitializeUsbDebugHardware()
DDebugCommunicationLibUsb3Internal.h108 #define XHC_DC_DCCTRL 0x20 macro
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhciReg.h76 #define XHC_DC_DCCTRL 0x20 macro
DXhciReg.c688 ((XhcReadExtCapReg (Xhc, Xhc->DebugCapSupOffset + XHC_DC_DCCTRL) & BIT0) == 0)) { in XhcResetHC()
DXhci.c183 ((XhcReadExtCapReg (Xhc, Xhc->DebugCapSupOffset + XHC_DC_DCCTRL) & BIT0) != 0)) { in XhcReset()