Home
last modified time | relevance | path

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

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