Lines Matching refs:map_top
154 unsigned long map_top;
260 map_top = window->phys;
263 map_top = window->phys + 0x400000;
271 if (map_top < 0xffc00000)
272 map_top = 0xffc00000;
275 while ((map_top - 1) < 0xffffffffUL) {
288 map->map.phys = map_top;
289 offset = map_top - window->phys;
292 map->map.size = 0xffffffffUL - map_top + 1UL;
319 map_top += ROM_PROBE_STEP_SIZE;
361 /* Calculate the new value of map_top */
362 map_top += map->mtd->size;