Lines Matching refs:map_top
124 unsigned long map_top;
202 map_top = window->phys;
208 if (map_top < 0xffc00000)
209 map_top = 0xffc00000;
215 while((map_top - 1) < 0xffffffffUL) {
228 map->map.phys = map_top;
229 offset = map_top - window->phys;
232 map->map.size = 0xffffffffUL - map_top + 1UL;
257 map_top += ROM_PROBE_STEP_SIZE;
300 /* Calculate the new value of map_top */
301 map_top += map->mtd->size;