Home
last modified time | relevance | path

Searched refs:blk_get_devnum_by_type (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()
H A Dspl_usb.c37 stor_dev = blk_get_devnum_by_type(IF_TYPE_USB, usb_stor_curr_dev); in spl_usb_load_image()
/openbmc/u-boot/drivers/block/
H A Dblk_legacy.c177 struct blk_desc *blk_get_devnum_by_type(enum if_type if_type, int devnum) in blk_get_devnum_by_type() function
H A Dblk-uclass.c67 struct blk_desc *blk_get_devnum_by_type(enum if_type if_type, int devnum) in blk_get_devnum_by_type() function
/openbmc/u-boot/include/
H A Dblk.h539 struct blk_desc *blk_get_devnum_by_type(enum if_type if_type, int devnum);
/openbmc/u-boot/lib/efi_loader/
H A Defi_disk.c409 desc = blk_get_devnum_by_type(if_type, i); in efi_disk_register()
/openbmc/u-boot/cmd/
H A Dmmc.c467 mmc_dev = blk_get_devnum_by_type(IF_TYPE_MMC, curr_device); in do_mmc_part()