Lines Matching refs:size
39 unsigned long size;
84 window->size = 0;
158 window->size = (0xffffffffUL - window->phys) + 1UL;
177 window->rsrc.end = window->phys + window->size - 1;
187 window->virt = ioremap(window->phys, window->size);
190 window->phys, window->size);
228 map->map.size = 0xffffffffUL - map_top + 1UL;
259 /* Trim the size if we are larger than the map */
260 if (map->mtd->size > map->map.size) {
263 (unsigned long long)map->mtd->size, map->map.size);
264 map->mtd->size = map->map.size;
274 map->rsrc.end = map->map.phys + map->mtd->size - 1;
301 map_top += map->mtd->size;