Home
last modified time | relevance | path

Searched refs:XHC_DC_DCERDP (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DDebugCommunicationLibUsb3Transfer.c297 Low = XhcReadDebugReg (Handle, XHC_DC_DCERDP); in XhcCheckUrbResult()
298 High = XhcReadDebugReg (Handle, XHC_DC_DCERDP + 4); in XhcCheckUrbResult()
306 XhcWriteDebugReg (Handle, XHC_DC_DCERDP, XHC_LOW_32BIT (Handle->EventRing.EventRingDequeue)); in XhcCheckUrbResult()
307 … XhcWriteDebugReg (Handle, XHC_DC_DCERDP + 4, XHC_HIGH_32BIT (Handle->EventRing.EventRingDequeue)); in XhcCheckUrbResult()
DDebugCommunicationLibUsb3Internal.h107 #define XHC_DC_DCERDP 0x18 macro
DDebugCommunicationLibUsb3Common.c394 XHC_DC_DCERDP, in CreateEventRing()
400 XHC_DC_DCERDP + 4, in CreateEventRing()