Home
last modified time | relevance | path

Searched refs:MAX_SEARCH_PARTITIONS (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dpart.c89 for (p = 1; p < MAX_SEARCH_PARTITIONS; p++) { in do_part_list()
H A Dgpt.c320 for (p = 1; p <= MAX_SEARCH_PARTITIONS; p++) { in get_gpt_info()
387 int max_str_part = calc_parts_list_len(MAX_SEARCH_PARTITIONS); in set_gpt_info()
/OK3568_Linux_fs/u-boot/disk/
H A Dpart.c621 for (p = 1; p <= MAX_SEARCH_PARTITIONS; p++) { in blk_get_device_part_str()
651 if (p == MAX_SEARCH_PARTITIONS + 1) in blk_get_device_part_str()
/OK3568_Linux_fs/u-boot/include/
H A Dpart.h60 #define MAX_SEARCH_PARTITIONS 64 macro
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtd_blk.c130 for (i = 1; i < MAX_SEARCH_PARTITIONS; i++) { in mtd_blk_map_partitions()
385 for (p = 1; p < MAX_SEARCH_PARTITIONS; p++) { in mtd_part_parse()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_fastboot.c1200 for (p = 1; p <= MAX_SEARCH_PARTITIONS; p++) { in fb_getvar_all()
1263 for (p = 1; p <= MAX_SEARCH_PARTITIONS; p++) { in fb_getvar_all()