Searched refs:fbmem_len (Results 1 – 4 of 4) sorted by relevance
462 ret = vdev->fbmem_len = viafb_get_fb_size_from_pci(vdev->chip_type); in via_pci_setup_mmio()467 for (; vdev->fbmem_len >= 8 << 20; vdev->fbmem_len /= 2) { in via_pci_setup_mmio()468 vdev->fbmem = ioremap_wc(vdev->fbmem_start, vdev->fbmem_len); in via_pci_setup_mmio()
1764 viaparinfo->memsize = vdev->fbmem_len; in via_fb_pci_probe()
96 size_t fbmem_len; /* length of remapped region */ member177 ptr = inf->fbmem_len - size; in sm501_alloc_mem()178 inf->fbmem_len = ptr; /* adjust available memory. */ in sm501_alloc_mem()182 if (size > inf->fbmem_len) in sm501_alloc_mem()185 ptr = inf->fbmem_len - size; in sm501_alloc_mem()209 end = par->screen.k_addr ? par->screen.sm_addr : inf->fbmem_len; in sm501_alloc_mem()211 end = inf->fbmem_len; in sm501_alloc_mem()227 end = inf->fbmem_len; in sm501_alloc_mem()1613 info->fbmem_len = resource_size(res); in sm501fb_start()1616 memset_io(info->fbmem, 0, info->fbmem_len); in sm501fb_start()
80 long fbmem_len; member