ctrlptr_phys     1622 drivers/video/fbdev/matrox/matroxfb_base.c 	unsigned long ctrlptr_phys = 0;
ctrlptr_phys     1680 drivers/video/fbdev/matrox/matroxfb_base.c 		ctrlptr_phys = pci_resource_start(minfo->pcidev, 1);
ctrlptr_phys     1684 drivers/video/fbdev/matrox/matroxfb_base.c 		ctrlptr_phys = pci_resource_start(minfo->pcidev, 0);
ctrlptr_phys     1689 drivers/video/fbdev/matrox/matroxfb_base.c 	if (!ctrlptr_phys) {
ctrlptr_phys     1698 drivers/video/fbdev/matrox/matroxfb_base.c 	if (!request_mem_region(ctrlptr_phys, 16384, "matroxfb MMIO")) {
ctrlptr_phys     1713 drivers/video/fbdev/matrox/matroxfb_base.c 	minfo->mmio.vbase.vaddr = ioremap_nocache(ctrlptr_phys, 16384);
ctrlptr_phys     1715 drivers/video/fbdev/matrox/matroxfb_base.c 		printk(KERN_ERR "matroxfb: cannot ioremap(%lX, 16384), matroxfb disabled\n", ctrlptr_phys);
ctrlptr_phys     1718 drivers/video/fbdev/matrox/matroxfb_base.c 	minfo->mmio.base = ctrlptr_phys;
ctrlptr_phys     1946 drivers/video/fbdev/matrox/matroxfb_base.c 	release_mem_region(ctrlptr_phys, 16384);