Searched refs:type_part (Results 1 – 1 of 1) sorted by relevance
195 int type_part; in mmc_load_image_raw_partition() local197 for (type_part = 1; type_part <= DOS_ENTRY_NUMBERS; type_part++) { in mmc_load_image_raw_partition()198 err = part_get_info(mmc_get_blk_desc(mmc), type_part, &info); in mmc_load_image_raw_partition()203 partition = type_part; in mmc_load_image_raw_partition()289 for (int type_part = 1; type_part <= DOS_ENTRY_NUMBERS; type_part++) { in spl_mmc_do_fs_boot() local290 err = part_get_info(mmc_get_blk_desc(mmc), type_part, &info); in spl_mmc_do_fs_boot()293 debug("Partition %d is of type %d and bootable=%d\n", type_part, info.sys_ind, info.bootable); in spl_mmc_do_fs_boot()295 debug("Partition %d is bootable, using it\n", type_part); in spl_mmc_do_fs_boot()296 partition = type_part; in spl_mmc_do_fs_boot()
Completed in 5 milliseconds