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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciSched.c79 Uhc->FrameBase = (UINT32 *) (UINTN) Buffer;
136 Uhc->FrameBase[Index] = QH_HLINK (PhyAddr, FALSE);
181 (VOID *) Uhc->FrameBase
200 Uhc->FrameBase = NULL;
260 ASSERT ((Uhc->FrameBase != NULL) && (Qh != NULL));
269 ASSERT (!LINK_TERMINATED (Uhc->FrameBase[Index]));
299 // should has been inserted after that at FrameBase[0] and at FrameBase[0] it is
309 // FrameBase[0], and we can simply insert it after this QH. We
338 Uhc->FrameBase[Inde
[all...]
H A DUhci.h120 UINT32 *FrameBase; // the buffer pointed by this pointer is used to store pci bus address of the QH descriptor. member in struct:_USB_HC_DEV

Completed in 33 milliseconds