Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dscsi.h155 #define SCSI_WRITE10 0x2A /* Write 10-Byte (MANDATORY) */ macro
/openbmc/u-boot/drivers/scsi/
H A Dscsi.c109 pccb->cmd[0] = SCSI_WRITE10; in scsi_setup_write_ext()
/openbmc/u-boot/drivers/ata/
H A Dahci.c950 case SCSI_WRITE10: in ahci_scsi_exec()
/openbmc/u-boot/common/
H A Dusb_storage.c1085 srb->cmd[0] = SCSI_WRITE10; in usb_write_10()