Searched refs:type_part (Results 1 - 1 of 1) sorted by relevance

/u-boot/common/spl/
H A Dspl_mmc.c124 int type_part; local
126 for (type_part = 1; type_part <= DOS_ENTRY_NUMBERS; type_part++) {
127 err = part_get_info(mmc_get_blk_desc(mmc), type_part, &info);
132 partition = type_part;
218 for (int type_part = 1; type_part <= DOS_ENTRY_NUMBERS; type_part++) {
219 err = part_get_info(mmc_get_blk_desc(mmc), type_part,
[all...]

Completed in 102 milliseconds