Home
last modified time | relevance | path

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

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