Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1638 unsigned long ctrlptr_phys = 0; in initMatrox2() local
1696 ctrlptr_phys = pci_resource_start(minfo->pcidev, 1); in initMatrox2()
1700 ctrlptr_phys = pci_resource_start(minfo->pcidev, 0); in initMatrox2()
1705 if (!ctrlptr_phys) { in initMatrox2()
1714 if (!request_mem_region(ctrlptr_phys, 16384, "matroxfb MMIO")) { in initMatrox2()
1729 minfo->mmio.vbase.vaddr = ioremap(ctrlptr_phys, 16384); in initMatrox2()
1731 printk(KERN_ERR "matroxfb: cannot ioremap(%lX, 16384), matroxfb disabled\n", ctrlptr_phys); in initMatrox2()
1734 minfo->mmio.base = ctrlptr_phys; in initMatrox2()
1962 release_mem_region(ctrlptr_phys, 16384); in initMatrox2()