Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dmmc.c14 static int curr_device = -1; variable
114 if (curr_device < 0) { in do_mmcinfo()
116 curr_device = 0; in do_mmcinfo()
123 mmc = init_mmc_device(curr_device, false); in do_mmcinfo()
147 struct mmc *mmc = find_mmc_device(curr_device); in do_mmcrpmb_key()
168 struct mmc *mmc = find_mmc_device(curr_device); in do_mmcrpmb_read()
181 curr_device, blk, cnt); in do_mmcrpmb_read()
196 struct mmc *mmc = find_mmc_device(curr_device); in do_mmcrpmb_write()
207 curr_device, blk, cnt); in do_mmcrpmb_write()
219 struct mmc *mmc = find_mmc_device(curr_device); in do_mmcrpmb_counter()
[all …]
Dide.c32 static int curr_device; variable
44 return blk_common_cmd(argc, argv, IF_TYPE_IDE, &curr_device); in do_ide()