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

/u-boot/tools/
H A Difdtool.h43 #define MAX_REGIONS 5 macro
47 uint32_t flreg[MAX_REGIONS];
H A Difdtool.c73 * @region_type: Type of region (0..MAX_REGIONS-1)
80 if (region_type >= MAX_REGIONS) {
102 assert(region_type < MAX_REGIONS);
117 assert(region_type < MAX_REGIONS);
143 for (i = 0; i < MAX_REGIONS; i++) {
450 for (i = 0; i < MAX_REGIONS; i++) {
/u-boot/tools/binman/etype/
H A Dintel_descriptor.py14 MAX_REGIONS = 5 variable
70 for i in range(MAX_REGIONS):
/u-boot/cmd/
H A Darmflash.c14 #define MAX_REGIONS 4 macro
30 struct afs_region regions[MAX_REGIONS];

Completed in 101 milliseconds