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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dichxrom.c93 unsigned long map_top; local
195 map_top = window->phys;
197 map_top = window->phys + 0x400000;
203 if (map_top < 0xffc00000) {
204 map_top = 0xffc00000;
207 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 Damd76xrom.c110 unsigned long map_top; local
174 map_top = window->phys;
179 if (map_top < 0xffc00000) {
180 map_top = 0xffc00000;
183 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 Dck804xrom.c123 unsigned long map_top; local
203 map_top = window->phys;
208 if (map_top < 0xffc00000)
209 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 Desb2rom.c153 unsigned long map_top; local
262 map_top = window->phys;
265 map_top = window->phys + 0x400000;
272 if (map_top < 0xffc00000)
273 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
[all...]

Completed in 61 milliseconds