Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
DUsbMassBoot.c788 USB_BOOT_READ10_CMD ReadCmd; in UsbBootReadBlocks() local
815 ZeroMem (&ReadCmd, sizeof (USB_BOOT_READ10_CMD)); in UsbBootReadBlocks()
817 ReadCmd.OpCode = USB_BOOT_READ10_OPCODE; in UsbBootReadBlocks()
818 ReadCmd.Lun = (UINT8) (USB_BOOT_LUN (UsbMass->Lun)); in UsbBootReadBlocks()
819 WriteUnaligned32 ((UINT32 *) ReadCmd.Lba, SwapBytes32 (Lba)); in UsbBootReadBlocks()
820 WriteUnaligned16 ((UINT16 *) ReadCmd.TransferLen, SwapBytes16 (Count)); in UsbBootReadBlocks()
824 &ReadCmd, in UsbBootReadBlocks()
940 UINT8 ReadCmd[16]; in UsbBootReadBlocks16() local
965 ZeroMem (ReadCmd, sizeof (ReadCmd)); in UsbBootReadBlocks16()
967 ReadCmd[0] = EFI_SCSI_OP_READ16; in UsbBootReadBlocks16()
[all …]
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DE100b.c1969 UINT16 ReadCmd; in E100bReadEeprom() local
1972 ReadCmd = (UINT16) (Location | (EE_READ_CMD << AddrLen)); in E100bReadEeprom()
1997 shift_bits_out (AdapterInfo, ReadCmd, (UINT8) (3 + AddrLen)); in E100bReadEeprom()
2051 UINT16 ReadCmd; in E100bGetEepromAddrLen() local
2054 ReadCmd = (EE_READ_CMD << 6); in E100bGetEepromAddrLen()
2078 shift_bits_out (AdapterInfo, ReadCmd, (UINT8) (3 + 6)); in E100bGetEepromAddrLen()