Home
last modified time | relevance | path

Searched refs:region_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/tools/
H A Difdtool.c77 static int get_region(struct frba_t *frba, int region_type, in get_region() argument
80 if (region_type >= MAX_REGIONS) { in get_region()
85 region->base = FLREG_BASE(frba->flreg[region_type]); in get_region()
86 region->limit = FLREG_LIMIT(frba->flreg[region_type]); in get_region()
92 static const char *region_name(int region_type) in region_name() argument
102 assert(region_type < MAX_REGIONS); in region_name()
104 return regions[region_type]; in region_name()
107 static const char *region_filename(int region_type) in region_filename() argument
117 assert(region_type < MAX_REGIONS); in region_filename()
119 return region_filenames[region_type]; in region_filename()
[all …]
/openbmc/openbmc/meta-google/classes/
H A Dimage_types_hoth.bbclass62 'region_type': regionTypes,