Searched refs:map_top (Results 1 - 4 of 4) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Damd76xrom.c111 unsigned long map_top; local
175 map_top = window->phys;
180 if (map_top < 0xffc00000) {
181 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.c111 unsigned long map_top; local
175 map_top = window->phys;
180 if (map_top < 0xffc00000)
181 map_top = 0xffc00000;
186 while((map_top - 1) < 0xffffffffUL) {
201 map->map.phys = map_top;
202 offset = map_top - window->phys;
205 map->map.size = 0xffffffffUL - map_top + 1UL;
230 map_top += ROM_PROBE_STEP_SIZE;
273 /* 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...]
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...]

Completed in 60 milliseconds