Searched refs:readMiscOut (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_vga.c43 miscOut = hwp->readMiscOut(hwp);
164 miscOut = hwp->readMiscOut(hwp);
303 save->MiscOutReg = hwp->readMiscOut(hwp);
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_vgahw.c166 "Misc: 0x%02X\n", hwp->readMiscOut(hwp));
H A Dvia_analog.c150 miscRegister = hwp->readMiscOut(hwp);
H A Dvia_outputs.c774 data = hwp->readMiscOut(hwp);
H A Dvia_ums.c273 val = hwp->readMiscOut(hwp);
H A Dvia_display.c790 temp = hwp->readMiscOut(hwp);
798 temp = hwp->readMiscOut(hwp);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/
H A DvgaHW.h144 vgaHWReadProcPtr readMiscOut; member in struct:_vgaHWRec
H A DvgaHW.c347 hwp->readMiscOut = stdReadMiscOut;
554 hwp->readMiscOut = mmioReadMiscOut;
751 miscOut = hwp->readMiscOut(hwp);
937 miscOut = hwp->readMiscOut(hwp);
1020 save->MiscOutReg = hwp->readMiscOut(hwp);
1793 hwp->IOBase = (hwp->readMiscOut(hwp) & 0x01) ?
1960 save->msr = hwp->readMiscOut(hwp);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/vgahw/
H A DvgaHW.h142 vgaHWReadProcPtr readMiscOut; member in struct:_vgaHWRec
H A DvgaHW.c345 hwp->readMiscOut = stdReadMiscOut;
553 hwp->readMiscOut = mmioReadMiscOut;
754 miscOut = hwp->readMiscOut(hwp);
937 miscOut = hwp->readMiscOut(hwp);
1021 save->MiscOutReg = hwp->readMiscOut(hwp);
1790 hwp->IOBase = (hwp->readMiscOut(hwp) & 0x01) ?
1952 save->msr = hwp->readMiscOut(hwp);
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Driva_setup.c214 pVga->readMiscOut = RivaReadMiscOut;
H A Dnv_setup.c393 pVga->readMiscOut = NVReadMiscOut;
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_regs.c504 hwp->readMiscOut = chipsMmioReadMiscOut;
H A Dct_driver.c1838 cPtr->SuspendHack.vgaIOBaseFlag = ((hwp->readMiscOut(hwp)) & 0x01);
2087 CRTclkI = (hwp->readMiscOut(hwp) >> 2) & 0x03;
2455 cPtr->SuspendHack.vgaIOBaseFlag = ((hwp->readMiscOut(hwp)) & 0x01);
2922 cPtr->SuspendHack.vgaIOBaseFlag = ((hwp->readMiscOut(hwp)) & 0x01);
4672 Clock->msr = hwp->readMiscOut(hwp)&0xFE; /* save standard VGA clock reg */
4810 Clock->msr |= (hwp->readMiscOut(hwp) & 0xF2);
4832 return ((hwp->readMiscOut(hwp) & 0x0C) >> 2);
4834 tmp = ((hwp->readMiscOut(hwp) & 0x04) >> 2);
4838 tmp = hwp->readMiscOut(hwp);
4856 tmp = hwp->readMiscOut(hw
[all...]
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_driver.c1117 pApm->MiscOut = hwp->readMiscOut(hwp);
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_driver.c1380 ErrorF("MiscOutReg = %x versus %x\n", pHW->readMiscOut(pHW), pVga->MiscOutReg);

Completed in 60 milliseconds