Searched refs:EdResult (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/ |
D | OhciSched.c | 267 OUT OHCI_ED_RESULT *EdResult in CheckEDStatus() argument 277 EdResult->NextToggle = ((UINT8)(HeadTd->Word0.DataToggle) & BIT0) ^ BIT0; in CheckEDStatus() 307 OUT OHCI_ED_RESULT *EdResult in CheckIfDone() argument 310 EdResult->ErrorCode = TD_TOBE_PROCESSED; in CheckIfDone() 327 EdResult->ErrorCode = CheckEDStatus (Ed, HeadTd, EdResult); in CheckIfDone() 329 if (EdResult->ErrorCode == TD_NO_ERROR) { in CheckIfDone() 331 } else if (EdResult->ErrorCode == TD_TOBE_PROCESSED) { in CheckIfDone()
|
D | OhciSched.h | 156 OUT OHCI_ED_RESULT *EdResult 179 OUT OHCI_ED_RESULT *EdResult
|
D | Ohci.c | 295 OHCI_ED_RESULT EdResult; in OhciControlTransfer() local 528 Status = CheckIfDone (Ohc, CONTROL_LIST, Ed, HeadTd, &EdResult); in OhciControlTransfer() 533 Status = CheckIfDone (Ohc, CONTROL_LIST, Ed, HeadTd, &EdResult); in OhciControlTransfer() 540 *TransferResult = ConvertErrorCode (EdResult.ErrorCode); in OhciControlTransfer() 542 if (EdResult.ErrorCode != TD_NO_ERROR) { in OhciControlTransfer() 543 if (EdResult.ErrorCode == TD_TOBE_PROCESSED) { in OhciControlTransfer() 649 OHCI_ED_RESULT EdResult; in OhciBulkTransfer() local 687 EdResult.NextToggle = *DataToggle; in OhciBulkTransfer() 817 Status = CheckIfDone (Ohc, BULK_LIST, Ed, HeadTd, &EdResult); in OhciBulkTransfer() 821 Status = CheckIfDone (Ohc, BULK_LIST, Ed, HeadTd, &EdResult); in OhciBulkTransfer() [all …]
|