Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/vgahw/
H A DvgaHW.h111 int MapSize; /* Size of "VGA" memory */ member
H A DvgaHW.c1711 hwp->MapSize = 0; in vgaHWGetHWRec()
1751 if (hwp->MapSize == 0) in vgaHWMapMem()
1752 hwp->MapSize = VGA_DEFAULT_MEM_SIZE; in vgaHWMapMem()
1763 pci_device_map_legacy(hwp->dev, hwp->MapPhys, hwp->MapSize, in vgaHWMapMem()
1777 pci_device_unmap_legacy(hwp->dev, hwp->Base, hwp->MapSize); in vgaHWUnmapMem()