Searched defs:map_top (Results 1 - 4 of 4) sorted by relevance

/drivers/mtd/maps/
H A Damd76xrom.c110 unsigned long map_top; local
173 map_top = window->phys;
179 if (map_top < 0xffc00000) {
180 map_top = 0xffc00000;
184 while((map_top - 1) < 0xffffffffUL) {
199 map->map.phys = map_top;
200 offset = map_top - window->phys;
203 map->map.size = 0xffffffffUL - map_top + 1UL;
228 map_top += ROM_PROBE_STEP_SIZE;
272 /* Calculate the new value of map_top */
[all...]
H A Dck804xrom.c123 unsigned long map_top; local
201 map_top = window->phys;
207 if (map_top < 0xffc00000)
208 map_top = 0xffc00000;
214 while((map_top - 1) < 0xffffffffUL) {
229 map->map.phys = map_top;
230 offset = map_top - window->phys;
233 map->map.size = 0xffffffffUL - map_top + 1UL;
258 map_top += ROM_PROBE_STEP_SIZE;
301 /* Calculate the new value of map_top */
[all...]
H A Dichxrom.c93 unsigned long map_top; local
192 map_top = window->phys;
194 map_top = window->phys + 0x400000;
201 if (map_top < 0xffc00000) {
202 map_top = 0xffc00000;
206 while((map_top - 1) < 0xffffffffUL) {
221 map->map.phys = map_top;
222 offset = map_top - window->phys;
225 map->map.size = 0xffffffffUL - map_top + 1UL;
253 map_top
[all...]
H A Desb2rom.c153 unsigned long map_top; local
259 map_top = window->phys;
262 map_top = window->phys + 0x400000;
270 if (map_top < 0xffc00000)
271 map_top = 0xffc00000;
274 while ((map_top - 1) < 0xffffffffUL) {
288 map->map.phys = map_top;
289 offset = map_top - window->phys;
292 map->map.size = 0xffffffffUL - map_top + 1UL;
319 map_top
[all...]

Completed in 71 milliseconds