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) {
289 map->map.phys = map_top;
290 offset = map_top - window->phys;
293 map->map.size = 0xffffffffUL - map_top + 1UL;
320 map_top += ROM_PROBE_STEP_SIZE;
362 /* Calculate the new value of map_top */
363 map_top += map->mtd->size;