Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dscsi.h133 #define SCSI_READ10 0x28 /* Read 10-byte (MANDATORY) */ macro
/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_flash.c280 case SCSI_READ10: { in handle_ufi_command()
/openbmc/u-boot/drivers/scsi/
H A Dscsi.c88 pccb->cmd[0] = SCSI_READ10; in scsi_setup_read_ext()
/openbmc/u-boot/drivers/ata/
H A Dahci.c947 case SCSI_READ10: in ahci_scsi_exec()
/openbmc/u-boot/common/
H A Dusb_storage.c1068 srb->cmd[0] = SCSI_READ10; in usb_read_10()