Searched refs:curr_device (Results 1 – 2 of 2) sorted by relevance
/u-boot/cmd/ |
A D | mmc.c | 17 static int curr_device = -1; variable 153 if (curr_device < 0) { in do_mmcinfo() 155 curr_device = 0; in do_mmcinfo() 222 curr_device, blk, cnt); in do_mmcrpmb_read() 249 curr_device, blk, cnt); in do_mmcrpmb_write() 346 curr_device, blk, cnt); in do_mmc_read() 395 curr_device, blk); in do_mmc_sparse_write() 520 dev = curr_device; in do_mmc_dev() 545 curr_device = dev; in do_mmc_dev() 984 if (curr_device < 0) { in do_mmcops() [all …]
|
A D | ide.c | 28 static int curr_device; variable 40 return blk_common_cmd(argc, argv, IF_TYPE_IDE, &curr_device); in do_ide()
|
Completed in 5 milliseconds