Lines Matching refs:phys
37 unsigned long phys;
109 window->phys = 0;
145 window->phys = 0xffb00000; /* 5MiB */
147 window->phys = 0xffc00000; /* 4MiB */
149 window->phys = 0xffff0000; /* 64KiB */
162 window->phys = 0xff000000; /* 16MiB, hardcoded for now */
166 window->size = 0xffffffffUL - window->phys + 1UL;
176 window->rsrc.start = window->phys;
177 window->rsrc.end = window->phys + window->size - 1;
194 window->virt = ioremap(window->phys, window->size);
197 window->phys, window->size);
202 map_top = window->phys;
230 map->map.phys = map_top;
231 offset = map_top - window->phys;
237 MOD_NAME, (unsigned long long)map->map.phys);
276 map->rsrc.start = map->map.phys;
277 map->rsrc.end = map->map.phys + map->mtd->size - 1;
288 map->map.phys = window->phys;