Searched refs:IF_TYPE_SCSI (Results 1 – 7 of 7) sorted by relevance
| /openbmc/u-boot/common/spl/ |
| H A D | spl_sata.c | 35 stor_dev = blk_get_devnum_by_type(IF_TYPE_SCSI, 0); in spl_sata_load_image()
|
| /openbmc/u-boot/cmd/ |
| H A D | scsi.c | 50 return blk_common_cmd(argc, argv, IF_TYPE_SCSI, &scsi_curr_dev); in do_scsi()
|
| /openbmc/u-boot/drivers/scsi/ |
| H A D | scsi.c | 469 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 D | part.c | 129 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 D | blk-uclass.c | 16 [IF_TYPE_SCSI] = "scsi", 31 [IF_TYPE_SCSI] = UCLASS_SCSI,
|
| /openbmc/u-boot/include/ |
| H A D | blk.h | 26 IF_TYPE_SCSI, enumerator
|
| /openbmc/u-boot/fs/fat/ |
| H A D | fat.c | 1039 case IF_TYPE_SCSI: in file_fat_detectfs()
|