Home
last modified time | relevance | path

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

/openbmc/qemu/include/scsi/
H A Dconstants.h219 #define TYPE_RBC 0x0e /* Simplified Direct-Access Device */ macro
/openbmc/linux/include/scsi/
H A Dscsi_proto.h251 #define TYPE_RBC 0x0e macro
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dplatform.h78 PS3_DEV_TYPE_STOR_FLASH = TYPE_RBC, /* 14 */
/openbmc/linux/drivers/scsi/
H A Dsd.c98 MODULE_ALIAS_SCSI_DEVICE(TYPE_RBC);
2851 if (sdp->type == TYPE_RBC) in sd_read_cache_type()
2861 } else if (sdp->type == TYPE_RBC) { in sd_read_cache_type()
3673 sdp->type != TYPE_RBC) in sd_probe()
H A Dscsi_scan.c925 if (sdev->type == TYPE_RBC || sdev->type == TYPE_ROM) { in scsi_add_lun()