Searched refs:curr_device (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | mmc.c | 15 static int curr_device = -1; variable 111 if (curr_device < 0) { in do_mmcinfo() 113 curr_device = 0; in do_mmcinfo() 120 mmc = init_mmc_device(curr_device, false); in do_mmcinfo() 135 if (curr_device < 0) { in do_mmc_test_secure_storage() 138 curr_device = 0; in do_mmc_test_secure_storage() 145 mmc = init_mmc_device(curr_device, false); in do_mmc_test_secure_storage() 193 if (curr_device < 0) { in init_rpmb() 195 curr_device = 0; in init_rpmb() 202 mmc = init_mmc_device(curr_device, false); in init_rpmb() [all …]
|
| H A D | ide.c | 33 static int curr_device; variable 45 return blk_common_cmd(argc, argv, IF_TYPE_IDE, &curr_device); in do_ide()
|
| /OK3568_Linux_fs/u-boot/lib/avb/rk_avb_user/ |
| H A D | rk_avb_ops_user.c | 390 static int curr_device = -1; variable 404 if (curr_device < 0) { in rk_bootloader_rollback_index_read() 406 curr_device = 0; in rk_bootloader_rollback_index_read() 413 mmc = find_mmc_device(curr_device); in rk_bootloader_rollback_index_read() 420 if (blk_select_hwpart_devnum(IF_TYPE_MMC, curr_device, MMC_PART_RPMB) != in rk_bootloader_rollback_index_read() 429 if (blk_select_hwpart_devnum(IF_TYPE_MMC, curr_device, original_part) != in rk_bootloader_rollback_index_read()
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.map | |