Home
last modified time | relevance | path

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

/external/u-boot/include/
Dscsi.h135 #define SCSI_RD_CAPAC 0x25 /* Read Capacity (MANDATORY) */ macro
136 #define SCSI_RD_CAPAC10 SCSI_RD_CAPAC /* Read Capacity (10) */
/external/u-boot/drivers/usb/emul/
Dsandbox_flash.c267 case SCSI_RD_CAPAC: { in handle_ufi_command()
/external/u-boot/common/
Dusb_storage.c1056 srb->cmd[0] = SCSI_RD_CAPAC; in usb_read_capacity()