Searched refs:pvgaHW (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Drendition.c363 vgaHWPtr pvgaHW = VGAHWPTR(pScreenInfo);
369 save_misc = inb(pvgaHW->PIOOffset + VGA_MISC_OUT_R);
373 outb(pvgaHW->PIOOffset + VGA_MISC_OUT_W, save_misc);
377 outb(pvgaHW->PIOOffset + VGA_MISC_OUT_W,
484 vgaHWPtr pvgaHW; local in function:renditionPreInit
652 pvgaHW = VGAHWPTR(pScreenInfo);
653 pvgaHW->MapSize = 0x00010000; /* Standard 64kB VGA window */
654 vgaHWSetStdFuncs(pvgaHW);
655 vgaHWGetIOBase(pvgaHW); /* Get VGA I/O base */
658 pRendition->board.vgaio_base = pvgaHW
1074 vgaHWPtr pvgaHW; local in function:renditionScreenInit
1290 vgaHWPtr pvgaHW = VGAHWPTR(pScreenInfo); local in function:renditionEnterVT
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_driver.c619 vgaHWPtr pvgaHW = VGAHWPTR(pScrni); local in function:LXRestore
622 vgaHWRestore(pScrni, &pvgaHW->SavedReg, VGA_SR_ALL);
772 vgaHWPtr pvgaHW = VGAHWPTR(pScrni); local in function:LXEnterGraphics
774 pGeode->FBBIOSMode = pvgaHW->readCrtc(pvgaHW, 0x040);
787 vgaHWPtr pvgaHW = VGAHWPTR(pScrni); local in function:LXEnterGraphics
790 vgaHWUnlock(pvgaHW);
H A Dgx_driver.c773 vgaHWPtr pvgaHW = VGAHWPTR(pScrni); local in function:GXRestore
776 vgaHWRestore(pScrni, &pvgaHW->SavedReg, VGA_SR_ALL);
1089 vgaHWPtr pvgaHW = VGAHWPTR(pScrni); local in function:GXEnterGraphics
1091 pGeode->FBBIOSMode = pvgaHW->readCrtc(pvgaHW, 0x040);
1107 vgaHWPtr pvgaHW = VGAHWPTR(pScrni); local in function:GXEnterGraphics
1114 vgaHWUnlock(pvgaHW);
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_driver.c1028 vgaHWPtr pvgaHW = VGAHWPTR(pScreenInfo); local in function:GX2Restore
1031 vgaHWRestore(pScreenInfo, &pvgaHW->SavedReg, VGA_SR_ALL);
1367 vgaHWPtr pvgaHW = VGAHWPTR(pScreenInfo); local in function:GX2EnterGraphics
1374 vgaHWUnlock(pvgaHW);

Completed in 8 milliseconds