Searched refs:curr_device (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | mmc.c | 14 static int curr_device = -1; variable 123 if (curr_device < 0) { in do_mmcinfo() 125 curr_device = 0; in do_mmcinfo() 190 curr_device, blk, cnt); in do_mmcrpmb_read() 216 curr_device, blk, cnt); in do_mmcrpmb_write() 312 curr_device, blk, cnt); in do_mmc_read() 361 curr_device, blk); in do_mmc_sparse_write() 483 dev = curr_device; in do_mmc_dev() 508 curr_device = dev; in do_mmc_dev() 922 if (curr_device < 0) { in do_mmcops() [all …]
|
H A D | ide.c | 32 static int curr_device; variable 44 return blk_common_cmd(argc, argv, IF_TYPE_IDE, &curr_device); in do_ide()
|