Home
last modified time | relevance | path

Searched refs:MAX_REGIONS (Results 1 – 4 of 4) sorted by relevance

/third_party/uboot/u-boot-2020.01/tools/
Difdtool.h43 #define MAX_REGIONS 5 macro
47 uint32_t flreg[MAX_REGIONS];
Difdtool.c80 if (region_type >= MAX_REGIONS) { in get_region()
102 assert(region_type < MAX_REGIONS); in region_name()
117 assert(region_type < MAX_REGIONS); in region_filename()
143 for (i = 0; i < MAX_REGIONS; i++) { in dump_frba()
450 for (i = 0; i < MAX_REGIONS; i++) { in write_regions()
/third_party/uboot/u-boot-2020.01/tools/binman/etype/
Dintel_descriptor.py14 MAX_REGIONS = 5 variable
64 for i in range(MAX_REGIONS):
/third_party/uboot/u-boot-2020.01/cmd/
Darmflash.c13 #define MAX_REGIONS 4 macro
29 struct afs_region regions[MAX_REGIONS];