Lines Matching refs:map_top
111 unsigned long map_top;
174 map_top = window->phys;
180 if (map_top < 0xffc00000) {
181 map_top = 0xffc00000;
185 while((map_top - 1) < 0xffffffffUL) {
198 map->map.phys = map_top;
199 offset = map_top - window->phys;
202 map->map.size = 0xffffffffUL - map_top + 1UL;
227 map_top += ROM_PROBE_STEP_SIZE;
271 /* Calculate the new value of map_top */
272 map_top += map->mtd->size;