Lines Matching defs:phys
33 unsigned long phys;
97 window->phys = 0;
129 window->phys = 0xffb00000; /* 5MiB */
132 window->phys = 0xffc00000; /* 4MiB */
135 window->phys = 0xffff0000; /* 64KiB */
137 window->size = 0xffffffffUL - window->phys + 1UL;
147 window->rsrc.start = window->phys;
148 window->rsrc.end = window->phys + window->size - 1;
166 window->virt = ioremap(window->phys, window->size);
169 window->phys, window->size);
174 map_top = window->phys;
200 map->map.phys = map_top;
201 offset = map_top - window->phys;
207 MOD_NAME, (unsigned long long)map->map.phys);
246 map->rsrc.start = map->map.phys;
247 map->rsrc.end = map->map.phys + map->mtd->size - 1;
258 map->map.phys = window->phys;