Searched refs:ReadCmd (Results 1 – 2 of 2) sorted by relevance
788 USB_BOOT_READ10_CMD ReadCmd; in UsbBootReadBlocks() local815 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() local965 ZeroMem (ReadCmd, sizeof (ReadCmd)); in UsbBootReadBlocks16()967 ReadCmd[0] = EFI_SCSI_OP_READ16; in UsbBootReadBlocks16()[all …]
1969 UINT16 ReadCmd; in E100bReadEeprom() local1972 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() local2054 ReadCmd = (EE_READ_CMD << 6); in E100bGetEepromAddrLen()2078 shift_bits_out (AdapterInfo, ReadCmd, (UINT8) (3 + 6)); in E100bGetEepromAddrLen()