Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1637 unsigned long video_base_phys = 0; in initMatrox2() local
1695 video_base_phys = pci_resource_start(minfo->pcidev, 0); in initMatrox2()
1699 video_base_phys = pci_resource_start(minfo->pcidev, 1); in initMatrox2()
1707 if (!video_base_phys) { in initMatrox2()
1715 if (!request_mem_region(video_base_phys, memsize, "matroxfb FB")) { in initMatrox2()
1734 minfo->video.base = video_base_phys; in initMatrox2()
1735 minfo->video.vbase.vaddr = ioremap_wc(video_base_phys, memsize); in initMatrox2()
1738 video_base_phys, memsize); in initMatrox2()
1780 minfo->video.base = video_base_phys; in initMatrox2()
1785 minfo->wc_cookie = arch_phys_wc_add(video_base_phys, in initMatrox2()
[all …]