Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
DUsbMassBoot.c409 UINT8 CapacityCmd[16]; in UsbBootReadCapacity16() local
421 ZeroMem (CapacityCmd, sizeof (CapacityCmd)); in UsbBootReadCapacity16()
424 CapacityCmd[0] = EFI_SCSI_OP_READ_CAPACITY16; in UsbBootReadCapacity16()
425 CapacityCmd[1] = 0x10; in UsbBootReadCapacity16()
429 ZeroMem ((CapacityCmd + 2), 8); in UsbBootReadCapacity16()
431 CapacityCmd[13] = sizeof (CapacityData); in UsbBootReadCapacity16()
435 CapacityCmd, in UsbBootReadCapacity16()
436 (UINT8) sizeof (CapacityCmd), in UsbBootReadCapacity16()
491 USB_BOOT_READ_CAPACITY_CMD CapacityCmd; in UsbBootReadCapacity() local
499 ZeroMem (&CapacityCmd, sizeof (USB_BOOT_READ_CAPACITY_CMD)); in UsbBootReadCapacity()
[all …]