Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Difdtool.c78 static int get_region(struct frba_t *frba, int region_type, in get_region() argument
81 if (region_type >= MAX_REGIONS) { in get_region()
86 region->base = FLREG_BASE(frba->flreg[region_type]); in get_region()
87 region->limit = FLREG_LIMIT(frba->flreg[region_type]); in get_region()
93 static const char *region_name(int region_type) in region_name() argument
103 assert(region_type < MAX_REGIONS); in region_name()
105 return regions[region_type]; in region_name()
108 static const char *region_filename(int region_type) in region_filename() argument
118 assert(region_type < MAX_REGIONS); in region_filename()
120 return region_filenames[region_type]; in region_filename()
[all …]