Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dmmc.c14 static int curr_device = -1; variable
123 if (curr_device < 0) { in do_mmcinfo()
125 curr_device = 0; in do_mmcinfo()
132 mmc = init_mmc_device(curr_device, false); in do_mmcinfo()
156 struct mmc *mmc = find_mmc_device(curr_device); in do_mmcrpmb_key()
177 struct mmc *mmc = find_mmc_device(curr_device); in do_mmcrpmb_read()
190 curr_device, blk, cnt); in do_mmcrpmb_read()
205 struct mmc *mmc = find_mmc_device(curr_device); in do_mmcrpmb_write()
216 curr_device, blk, cnt); in do_mmcrpmb_write()
228 struct mmc *mmc = find_mmc_device(curr_device); in do_mmcrpmb_counter()
[all …]
H A Dide.c32 static int curr_device; variable
44 return blk_common_cmd(argc, argv, IF_TYPE_IDE, &curr_device); in do_ide()