Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dscsi.h140 #define SCSI_RD_CAPAC 0x25 /* Read Capacity (MANDATORY) */ macro
141 #define SCSI_RD_CAPAC10 SCSI_RD_CAPAC /* Read Capacity (10) */
/OK3568_Linux_fs/u-boot/drivers/usb/emul/
H A Dsandbox_flash.c270 case SCSI_RD_CAPAC: { in handle_ufi_command()
/OK3568_Linux_fs/u-boot/common/
H A Dusb_storage.c1058 srb->cmd[0] = SCSI_RD_CAPAC; in usb_read_capacity()