Searched refs:video_base_phys (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/video/matrox/ |
D | matroxfb_base.c | 1925 unsigned long video_base_phys = 0; in initMatrox2() local 1982 video_base_phys = pci_resource_start(ACCESS_FBINFO(pcidev), 0); in initMatrox2() 1986 video_base_phys = pci_resource_start(ACCESS_FBINFO(pcidev), 1); in initMatrox2() 1994 if (!video_base_phys) { in initMatrox2() 2002 if (!request_mem_region(video_base_phys, memsize, "matroxfb FB")) { in initMatrox2() 2019 ACCESS_FBINFO(video.base) = video_base_phys; in initMatrox2() 2020 if (mga_ioremap(video_base_phys, memsize, MGA_IOREMAP_FB, &ACCESS_FBINFO(video.vbase))) { in initMatrox2() 2022 video_base_phys, memsize); in initMatrox2() 2066 ACCESS_FBINFO(video.base) = video_base_phys; in initMatrox2() 2072 …ACCESS_FBINFO(mtrr.vram) = mtrr_add(video_base_phys, ACCESS_FBINFO(video.len), MTRR_TYPE_WRCOMB, 1… in initMatrox2() [all …]
|