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) {
230 map->map.phys = map_top;
231 offset = map_top - window->phys;
234 map->map.size = 0xffffffffUL - map_top + 1UL;
259 map_top += ROM_PROBE_STEP_SIZE;
302 /* Calculate the new value of map_top */
303 map_top += map->mtd->size;