Home
last modified time | relevance | path

Searched refs:fbmem_len (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/video/fbdev/via/
H A Dvia-core.c467 ret = vdev->fbmem_len = viafb_get_fb_size_from_pci(vdev->chip_type); in via_pci_setup_mmio()
472 for (; vdev->fbmem_len >= 8 << 20; vdev->fbmem_len /= 2) { in via_pci_setup_mmio()
473 vdev->fbmem = ioremap_wc(vdev->fbmem_start, vdev->fbmem_len); in via_pci_setup_mmio()
/linux/include/linux/
H A Dvia-core.h80 long fbmem_len; member