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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassBoot.c 788 USB_BOOT_READ10_CMD ReadCmd;
815 ZeroMem (&ReadCmd, sizeof (USB_BOOT_READ10_CMD));
817 ReadCmd.OpCode = USB_BOOT_READ10_OPCODE;
818 ReadCmd.Lun = (UINT8) (USB_BOOT_LUN (UsbMass->Lun));
819 WriteUnaligned32 ((UINT32 *) ReadCmd.Lba, SwapBytes32 (Lba));
820 WriteUnaligned16 ((UINT16 *) ReadCmd.TransferLen, SwapBytes16 (Count));
824 &ReadCmd,
940 UINT8 ReadCmd[16];
965 ZeroMem (ReadCmd, sizeof (ReadCmd));
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
E100b.c     [all...]

Completed in 706 milliseconds