Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/cmd/
Dmmc.c18 static int curr_device = -1; variable
163 if (curr_device < 0) { in do_mmcinfo()
165 curr_device = 0; in do_mmcinfo()
172 mmc = init_mmc_device(curr_device, false); in do_mmcinfo()
214 struct mmc *mmc = find_mmc_device(curr_device); in do_mmcrpmb_key()
235 struct mmc *mmc = find_mmc_device(curr_device); in do_mmcrpmb_read()
248 curr_device, blk, cnt); in do_mmcrpmb_read()
263 struct mmc *mmc = find_mmc_device(curr_device); in do_mmcrpmb_write()
274 curr_device, blk, cnt); in do_mmcrpmb_write()
286 struct mmc *mmc = find_mmc_device(curr_device); in do_mmcrpmb_counter()
[all …]
Dufs.c44 static int curr_device = 0; variable
60 printf("\nUFS read: dev # %d, block # %d, count %d ... ", curr_device, blk, cnt); in do_ufs_read()
95 curr_device, blk, cnt); in do_ufs_write()
104 printf("\nUFS write: dev # %d, block # %d, count %d ... ", curr_device, blk, cnt); in do_ufs_write()
146 printf("\nUFS read: dev # %d, block # %d, count %d ... ", curr_device, blk, cnt); in do_ufs_bootread()
171 printf("\nUFS write: dev # %d, block # %d, count %d ... ", curr_device, blk, cnt); in do_ufs_bootwrite()
Dide.c28 static int curr_device; variable
40 return blk_common_cmd(argc, argv, IF_TYPE_IDE, &curr_device); in do_ide()