Lines Matching defs:size
100 unsigned long size;
143 window->size = 0;
223 window->size = (0xffffffffUL - window->phys) + 1UL;
242 window->rsrc.end = window->phys + window->size - 1;
252 window->virt = ioremap(window->phys, window->size);
255 window->phys, window->size);
293 map->map.size = 0xffffffffUL - map_top + 1UL;
323 /* Trim the size if we are larger than the map */
324 if (map->mtd->size > map->map.size) {
327 (unsigned long long)map->mtd->size, map->map.size);
328 map->mtd->size = map->map.size;
338 map->rsrc.end = map->map.phys + map->mtd->size - 1;
363 map_top += map->mtd->size;