Searched refs:XhciOpRegister (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
H A DDebugCommunicationLibUsb3Common.c211 Handle->XhciOpRegister = XhciMmioBase + MmioRead8 ((UINTN)XhciMmioBase);
290 Handle->XhciOpRegister = Handle->XhciMmioBase + CapLength;
646 EFI_PHYSICAL_ADDRESS XhciOpRegister; local
648 XhciOpRegister = Handle->XhciOpRegister;
676 XhcSetR32Bit ((UINTN)XhciOpRegister + XHC_PORTSC_OFFSET + Index * 0x10, BIT4);
722 XhcClearR32Bit ((UINTN)XhciOpRegister + XHC_PORTSC_OFFSET + Index * 0x10, BIT9);
724 XhcSetR32Bit ((UINTN)XhciOpRegister + XHC_PORTSC_OFFSET + Index * 0x10, BIT9);
H A DDebugCommunicationLibUsb3Internal.h481 EFI_PHYSICAL_ADDRESS XhciOpRegister; member in struct:_USB3_DEBUG_PORT_INSTANCE

Completed in 9 milliseconds