Searched refs:fbmem_len (Results 1 – 3 of 3) sorted by relevance
97 size_t fbmem_len; /* length of remapped region */ member 179 ptr = inf->fbmem_len - size; in sm501_alloc_mem() 180 inf->fbmem_len = ptr; /* adjust available memory. */ in sm501_alloc_mem() 184 if (size > inf->fbmem_len) in sm501_alloc_mem() 187 ptr = inf->fbmem_len - size; in sm501_alloc_mem() 211 end = par->screen.k_addr ? par->screen.sm_addr : inf->fbmem_len; in sm501_alloc_mem() 213 end = inf->fbmem_len; in sm501_alloc_mem() 229 end = inf->fbmem_len; in sm501_alloc_mem() 1626 info->fbmem_len = resource_size(res); in sm501fb_start() 1629 memset_io(info->fbmem, 0, info->fbmem_len); in sm501fb_start() [all...]
80 long fbmem_len; member
1764 viaparinfo->memsize = vdev->fbmem_len; in via_fb_pci_probe()