Lines Matching defs:region
13 * The BIOS marks its own memory region as 'reserved' in the e820 map. We
18 * * a 1 MiB memory region
42 * offset 0xf0000 ty 0xfffff (64k): Boot Block region
106 struct mtd_erase_region_info *region = &mtd->eraseregions[i];
107 region->erasesize /= 2;
113 * the chip, so all our erase-region info is wrong. Start cutting from
117 struct mtd_erase_region_info *region = &mtd->eraseregions[i];
119 if (region->numblocks * region->erasesize > mtd->size) {
120 region->numblocks = ((unsigned long)mtd->size /
121 region->erasesize);
124 region->numblocks = 0;
126 region->offset = 0;
140 /* enable decoding of the flash region in the south bridge */
146 * The BIOS seems to mark the flash region as 'reserved'