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

/linux-master/drivers/mtd/maps/
H A Dichxrom.c96 unsigned long map_top; local
195 map_top = window->phys;
197 map_top = window->phys + 0x400000;
204 if (map_top < 0xffc00000) {
205 map_top = 0xffc00000;
209 while((map_top - 1) < 0xffffffffUL) {
222 map->map.phys = map_top;
223 offset = map_top - window->phys;
226 map->map.size = 0xffffffffUL - map_top + 1UL;
254 map_top
[all...]
H A Dck804xrom.c124 unsigned long map_top; local
202 map_top = window->phys;
208 if (map_top < 0xffc00000)
209 map_top = 0xffc00000;
215 while((map_top - 1) < 0xffffffffUL) {
228 map->map.phys = map_top;
229 offset = map_top - window->phys;
232 map->map.size = 0xffffffffUL - map_top + 1UL;
257 map_top += ROM_PROBE_STEP_SIZE;
300 /* Calculate the new value of map_top */
[all...]
H A Damd76xrom.c111 unsigned long map_top; local
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 */
[all...]
H A Desb2rom.c154 unsigned long map_top; local
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) {
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 260 milliseconds