Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dscsi.h127 #define SCSI_TST_U_RDY 0x00 /* Test Unit Ready (MANDATORY) */ macro
/OK3568_Linux_fs/u-boot/drivers/usb/emul/
H A Dsandbox_flash.c267 case SCSI_TST_U_RDY: in handle_ufi_command()
/OK3568_Linux_fs/u-boot/drivers/scsi/
H A Dscsi.c431 pccb->cmd[0] = SCSI_TST_U_RDY; in scsi_setup_test_unit_ready()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dahci.c959 case SCSI_TST_U_RDY: in ahci_scsi_exec()
/OK3568_Linux_fs/u-boot/common/
H A Dusb_storage.c1026 srb->cmd[0] = SCSI_TST_U_RDY; in usb_test_unit_ready()