HomeSort by relevance Sort by last modified time
    Searched full:dcctrl (Results 1 - 1 of 1) sorted by null

  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Common.c 319 volatile UINT32 Dcctrl;
326 Dcctrl = XhcReadDebugReg (Handle, XHC_DC_DCCTRL);
327 if ((Dcctrl & BIT0) == 0) {
598 volatile UINT32 Dcctrl;
614 Dcctrl = XhcReadDebugReg (Handle, XHC_DC_DCCTRL);
615 if ((Dcctrl & BIT0) != 0) {
731 // Set DCE bit and LSE bit to "1" in DCCTRL in first initialization

Completed in 75 milliseconds