video_base_phys  1623 drivers/video/fbdev/matrox/matroxfb_base.c 	unsigned long video_base_phys = 0;
video_base_phys  1681 drivers/video/fbdev/matrox/matroxfb_base.c 		video_base_phys = pci_resource_start(minfo->pcidev, 0);
video_base_phys  1685 drivers/video/fbdev/matrox/matroxfb_base.c 		video_base_phys = pci_resource_start(minfo->pcidev, 1);
video_base_phys  1693 drivers/video/fbdev/matrox/matroxfb_base.c 	if (!video_base_phys) {
video_base_phys  1701 drivers/video/fbdev/matrox/matroxfb_base.c 	if (!request_mem_region(video_base_phys, memsize, "matroxfb FB")) {
video_base_phys  1720 drivers/video/fbdev/matrox/matroxfb_base.c 	minfo->video.base = video_base_phys;
video_base_phys  1721 drivers/video/fbdev/matrox/matroxfb_base.c 	minfo->video.vbase.vaddr = ioremap_wc(video_base_phys, memsize);
video_base_phys  1724 drivers/video/fbdev/matrox/matroxfb_base.c 			video_base_phys, memsize);
video_base_phys  1766 drivers/video/fbdev/matrox/matroxfb_base.c 	minfo->video.base = video_base_phys;
video_base_phys  1771 drivers/video/fbdev/matrox/matroxfb_base.c 		minfo->wc_cookie = arch_phys_wc_add(video_base_phys,
video_base_phys  1944 drivers/video/fbdev/matrox/matroxfb_base.c 	release_mem_region(video_base_phys, minfo->video.len_maximum);