Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
DUsbMassBoot.c864 USB_BOOT_WRITE10_CMD WriteCmd; in UsbBootWriteBlocks() local
891 ZeroMem (&WriteCmd, sizeof (USB_BOOT_WRITE10_CMD)); in UsbBootWriteBlocks()
893 WriteCmd.OpCode = USB_BOOT_WRITE10_OPCODE; in UsbBootWriteBlocks()
894 WriteCmd.Lun = (UINT8) (USB_BOOT_LUN (UsbMass->Lun)); in UsbBootWriteBlocks()
895 WriteUnaligned32 ((UINT32 *) WriteCmd.Lba, SwapBytes32 (Lba)); in UsbBootWriteBlocks()
896 WriteUnaligned16 ((UINT16 *) WriteCmd.TransferLen, SwapBytes16 (Count)); in UsbBootWriteBlocks()
900 &WriteCmd, in UsbBootWriteBlocks()
1014 UINT8 WriteCmd[16]; in UsbBootWriteBlocks16() local
1039 ZeroMem (WriteCmd, sizeof (WriteCmd)); in UsbBootWriteBlocks16()
1041 WriteCmd[0] = EFI_SCSI_OP_WRITE16; in UsbBootWriteBlocks16()
[all …]