Searched refs:DataCount (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
H A DDebugCommunicationLibUsb.c136 UINT8 DataCount; member in struct:_USB_DEBUG_PORT_HANDLE
766 if (UsbDebugPortHandle->DataCount > 0) {
767 if (NumberOfBytes <= UsbDebugPortHandle->DataCount) {
770 Total = UsbDebugPortHandle->DataCount;
777 for (Index = 0; Index < UsbDebugPortHandle->DataCount - Total; Index++) {
783 UsbDebugPortHandle->DataCount = (UINT8)(UsbDebugPortHandle->DataCount - (UINT8)Total);
811 UsbDebugPortHandle->DataCount = Received;
824 UsbDebugPortHandle->DataCount--;
996 if (UsbDebugPortHandle->DataCount !
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAhciMode.c651 @param[in] DataCount The data count to be transferred.
675 IN UINT32 DataCount,
702 MapLength = DataCount;
712 if (EFI_ERROR (Status) || (DataCount != MapLength)) {
737 DataCount
774 if (PrdCount == DataCount) {
853 @param[in] DataCount The data count to be transferred.
877 IN UINT32 DataCount,
935 MapLength = DataCount;
945 if (EFI_ERROR (Status) || (DataCount !
664 AhciPioTransfer( IN EFI_PCI_IO_PROTOCOL *PciIo, IN EFI_AHCI_REGISTERS *AhciRegisters, IN UINT8 Port, IN UINT8 PortMultiplier, IN EFI_AHCI_ATAPI_COMMAND *AtapiCommand OPTIONAL, IN UINT8 AtapiCommandLength, IN BOOLEAN Read, IN EFI_ATA_COMMAND_BLOCK *AtaCommandBlock, IN OUT EFI_ATA_STATUS_BLOCK *AtaStatusBlock, IN OUT VOID *MemoryAddr, IN UINT32 DataCount, IN UINT64 Timeout, IN ATA_NONBLOCK_TASK *Task ) argument
866 AhciDmaTransfer( IN ATA_ATAPI_PASS_THRU_INSTANCE *Instance, IN EFI_AHCI_REGISTERS *AhciRegisters, IN UINT8 Port, IN UINT8 PortMultiplier, IN EFI_AHCI_ATAPI_COMMAND *AtapiCommand OPTIONAL, IN UINT8 AtapiCommandLength, IN BOOLEAN Read, IN EFI_ATA_COMMAND_BLOCK *AtaCommandBlock, IN OUT EFI_ATA_STATUS_BLOCK *AtaStatusBlock, IN OUT VOID *MemoryAddr, IN UINT32 DataCount, IN UINT64 Timeout, IN ATA_NONBLOCK_TASK *Task ) argument
[all...]
H A DAtaAtapiPassThru.h1123 @param[in] DataCount The data count to be transferred.
1147 IN UINT32 DataCount,
1166 @param[in] DataCount The data count to be transferred.
1190 IN UINT32 DataCount,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DFrameworkHii.h270 UINT16 DataCount; member in struct:__anon10723
272 /// An array of 1+ opcodes, specified by DataCount.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Protocol/
H A DHiiFramework.h179 UINT16 DataCount; // The number of Data entries in this structure member in struct:__anon10219
180 UINT8 *Data; // An array of 1+ op-codes, specified by DataCount

Completed in 62 milliseconds