Home
last modified time | relevance | path

Searched refs:CommandStatus (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
DOhciReg.c347 HcCOMMAND_STATUS CommandStatus; in OhciSetHcCommandStatus() local
349 ZeroMem (&CommandStatus, sizeof (HcCOMMAND_STATUS)); in OhciSetHcCommandStatus()
352 CommandStatus.HcReset = Value; in OhciSetHcCommandStatus()
356 CommandStatus.ControlListFilled = Value; in OhciSetHcCommandStatus()
360 CommandStatus.BulkListFilled = Value; in OhciSetHcCommandStatus()
364 CommandStatus.ChangeOwnerRequest = Value; in OhciSetHcCommandStatus()
368 CommandStatus.ScheduleOverrunCount = Value; in OhciSetHcCommandStatus()
371 Status = OhciSetOperationalReg (Ohc, HC_COMMAND_STATUS, (UINT32*)&CommandStatus); in OhciSetHcCommandStatus()
393 HcCOMMAND_STATUS CommandStatus; in OhciGetHcCommandStatus() local
395 *(UINT32 *) &CommandStatus = OhciGetOperationalReg (Ohc, HC_COMMAND_STATUS); in OhciGetHcCommandStatus()
[all …]
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhciReg.c352 HcCOMMAND_STATUS CommandStatus; in OhciSetHcCommandStatus() local
354 ZeroMem (&CommandStatus, sizeof (HcCOMMAND_STATUS)); in OhciSetHcCommandStatus()
357 CommandStatus.HcReset = Value; in OhciSetHcCommandStatus()
361 CommandStatus.ControlListFilled = Value; in OhciSetHcCommandStatus()
365 CommandStatus.BulkListFilled = Value; in OhciSetHcCommandStatus()
369 CommandStatus.ChangeOwnerRequest = Value; in OhciSetHcCommandStatus()
373 CommandStatus.ScheduleOverrunCount = Value; in OhciSetHcCommandStatus()
376 Status = OhciSetOperationalReg (Ohc->PciIo, HC_COMMAND_STATUS, &CommandStatus); in OhciSetHcCommandStatus()
398 HcCOMMAND_STATUS CommandStatus; in OhciGetHcCommandStatus() local
400 *(UINT32 *) &CommandStatus = OhciGetOperationalReg (Ohc->PciIo, HC_COMMAND_STATUS); in OhciGetHcCommandStatus()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c2211 OUT EFI_STATUS *CommandStatus in RunInternalCommand() argument
2244 if (CommandStatus != NULL) { in RunInternalCommand()
2246 *CommandStatus = (EFI_STATUS)(CommandReturnedStatus | MAX_BIT); in RunInternalCommand()
2248 *CommandStatus = EFI_SUCCESS; in RunInternalCommand()
2325 OUT EFI_STATUS *CommandStatus in RunCommandOrFile() argument
2341 Status = RunInternalCommand(CmdLine, FirstParameter, ParamProtocol, CommandStatus); in RunCommandOrFile()
2407 if (CommandStatus != NULL) { in RunCommandOrFile()
2408 *CommandStatus = CalleeExitStatus; in RunCommandOrFile()
2455 OUT EFI_STATUS *CommandStatus in SetupAndRunCommandOrFile() argument
2475 Status = RunCommandOrFile(Type, CmdLine, FirstParameter, ParamProtocol, CommandStatus); in SetupAndRunCommandOrFile()
[all …]
DShell.h304 OUT EFI_STATUS *CommandStatus
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DIpmiNetFnTransport.h446 UINT8 CommandStatus : 1; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
DScsiDisk.c1840 EFI_STATUS CommandStatus; in ScsiDiskReadCapacity() local
1875 CommandStatus = ScsiReadCapacityCommand ( in ScsiDiskReadCapacity()
1888 …if ((!EFI_ERROR (CommandStatus)) && (CapacityData10->LastLba3 == 0xff) && (CapacityData10->LastLba… in ScsiDiskReadCapacity()
1898 CommandStatus = ScsiReadCapacity16Command ( in ScsiDiskReadCapacity()
1914 if (CommandStatus == EFI_SUCCESS) { in ScsiDiskReadCapacity()
1924 if (CommandStatus == EFI_NOT_READY) { in ScsiDiskReadCapacity()
1927 } else if ((CommandStatus == EFI_INVALID_PARAMETER) || (CommandStatus == EFI_UNSUPPORTED)) { in ScsiDiskReadCapacity()
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/
DCper.h979 UINT32 CommandStatus; member