Home
last modified time | relevance | path

Searched refs:IF_TYPE_SCSI (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/common/spl/
H A Dspl_sata.c35 stor_dev = blk_get_devnum_by_type(IF_TYPE_SCSI, 0); in spl_sata_load_image()
/openbmc/u-boot/cmd/
H A Dscsi.c50 return blk_common_cmd(argc, argv, IF_TYPE_SCSI, &scsi_curr_dev); in do_scsi()
/openbmc/u-boot/drivers/scsi/
H A Dscsi.c469 dev_desc->if_type = IF_TYPE_SCSI; in scsi_init_dev_desc()
580 ret = blk_create_devicef(dev, "scsi_blk", str, IF_TYPE_SCSI, -1, in do_scsi_scan_one()
634 blk_unbind_all(IF_TYPE_SCSI); in scsi_scan()
703 .if_type = IF_TYPE_SCSI,
/openbmc/u-boot/disk/
H A Dpart.c129 case IF_TYPE_SCSI: in dev_print()
266 case IF_TYPE_SCSI: in print_part_header()
689 case IF_TYPE_SCSI: in part_set_generic_name()
/openbmc/u-boot/drivers/block/
H A Dblk-uclass.c16 [IF_TYPE_SCSI] = "scsi",
31 [IF_TYPE_SCSI] = UCLASS_SCSI,
/openbmc/u-boot/include/
H A Dblk.h26 IF_TYPE_SCSI, enumerator
/openbmc/u-boot/fs/fat/
H A Dfat.c1039 case IF_TYPE_SCSI: in file_fat_detectfs()