Searched refs:videoram (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dalp_driver.c256 int videoram = 0; local in function:AlpCountRam
291 videoram = 512;
294 videoram = 1024;
297 videoram = 2048;
307 videoram = 1024;
310 videoram = 2048;
312 videoram = 4096;
317 videoram = 1024;
332 videoram = 2048;
334 videoram
[all...]
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_driver.c1856 CARD8 videoram, videorammask; local in function:TRIDENTPreInit
2897 videoram = INB(vgaIOBase + 5);
2898 switch (videoram & 0x7) {
2921 videoram = INB(vgaIOBase + 5);
2926 switch (videoram & videorammask) {

Completed in 6 milliseconds