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) {
200 map->map.phys = map_top;
201 offset = map_top - window->phys;
204 map->map.size = 0xffffffffUL - map_top + 1UL;
229 map_top += ROM_PROBE_STEP_SIZE;
273 /* Calculate the new value of map_top */
274 map_top += map->mtd->size;