Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.c223 PtrQH = UhcDev->ConfigQH; in UhcControlTransfer()
1046 Status = CreateQH(UhcDev, &UhcDev->ConfigQH); in CreateFrameList()
1050 ASSERT (UhcDev->ConfigQH != NULL); in CreateFrameList()
1061 SetQHHorizontalLinkPtr(UhcDev->ConfigQH, UhcDev->BulkQH); in CreateFrameList()
1062 SetQHHorizontalQHorTDSelect (UhcDev->ConfigQH, TRUE); in CreateFrameList()
1063 SetQHHorizontalValidorInvalid (UhcDev->ConfigQH, TRUE); in CreateFrameList()
1071 FrameListPtr->FrameListPtr = (UINT32)(UINTN)UhcDev->ConfigQH >> 4; in CreateFrameList()
DUhcPeim.h184 QH_STRUCT *ConfigQH; member