Searched refs:DequeuePhy (Results 1 – 2 of 2) sorted by relevance
2571 EFI_PHYSICAL_ADDRESS DequeuePhy; in XhcPeiCreateEventRing() local2581 DequeuePhy = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Buf, Size); in XhcPeiCreateEventRing()2602 ERSTBase->PtrLo = XHC_LOW_32BIT (DequeuePhy); in XhcPeiCreateEventRing()2603 ERSTBase->PtrHi = XHC_HIGH_32BIT (DequeuePhy); in XhcPeiCreateEventRing()2625 XHC_LOW_32BIT ((UINT64) (UINTN) DequeuePhy) in XhcPeiCreateEventRing()2630 XHC_HIGH_32BIT ((UINT64) (UINTN) DequeuePhy) in XhcPeiCreateEventRing()
766 EFI_PHYSICAL_ADDRESS DequeuePhy; in CreateEventRing() local781 DequeuePhy = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Buf, Size); in CreateEventRing()797 ERSTBase->PtrLo = XHC_LOW_32BIT (DequeuePhy); in CreateEventRing()798 ERSTBase->PtrHi = XHC_HIGH_32BIT (DequeuePhy); in CreateEventRing()820 XHC_LOW_32BIT((UINT64)(UINTN)DequeuePhy) in CreateEventRing()825 XHC_HIGH_32BIT((UINT64)(UINTN)DequeuePhy) in CreateEventRing()