HomeSort by relevance Sort by last modified time
    Searched refs:AlterNext (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.c 377 UINT32 AlterNext;
387 // a short read and the AlterNext pointer is valid. UEFI
395 AlterNext = QTD_LINK (NULL, TRUE);
399 AlterNext = QTD_LINK (PhyAddr, FALSE);
416 // Create the status packet now. Set the AlterNext to it. So, when
435 AlterNext = QTD_LINK (PhyAddr, FALSE);
468 Qtd->QtdHw.AltNext = AlterNext;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.c 353 UINT32 AlterNext;
362 // a short read and the AlterNext pointer is valid. UEFI
370 AlterNext = QTD_LINK (NULL, TRUE);
373 AlterNext = QTD_LINK (Ehc->ShortReadStop, FALSE);
390 // Create the status packet now. Set the AlterNext to it. So, when
408 AlterNext = QTD_LINK (StatusQtd, FALSE);
440 Qtd->QtdHw.AltNext = AlterNext;

Completed in 75 milliseconds