Home
last modified time | relevance | path

Searched refs:XHC_NEXT_CAPABILITY_MASK (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DDebugCommunicationLibUsb3Internal.h68 #define XHC_NEXT_CAPABILITY_MASK 0xFF00 macro
DDebugCommunicationLibUsb3Common.c271 if ((((Capability & XHC_NEXT_CAPABILITY_MASK) >> 8) & XHC_CAPABILITY_ID_MASK) == 0) { in CalculateUsbDebugPortMmioBase()
277 CapabilityPointer += ((Capability & XHC_NEXT_CAPABILITY_MASK) >> 8) * 4; in CalculateUsbDebugPortMmioBase()