Searched refs:sr17 (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dalp.h82 CARD32 sr0f, sr17; member in struct:alpRec
H A Dalp_driver.c319 if (pCir->chip.alp->sr17 != (CARD32)-1) {
321 hwp->writeSeq(hwp, 0x17, pCir->chip.alp->sr17);
324 pCir->chip.alp->sr17 = hwp->readSeq(hwp, 0x17);
327 (unsigned int)pCir->chip.alp->sr17);
331 if (pCir->chip.alp->sr17 & 0x80)
333 else if (pCir->chip.alp->sr17 & 0x02)
338 if ((pCir->chip.alp->sr17 & 80) == 0)
345 if (pCir->chip.alp->sr17 != (CARD32)-1) {
347 hwp->writeSeq(hwp, 0x17, pCir->chip.alp->sr17);
350 pCir->chip.alp->sr17
[all...]
/xsrc/external/mit/xf86-video-ark/dist/src/
H A Dark.h24 sr15, sr16, sr17, sr18, sr20, member in struct:_ARKRegRec
H A Dark_driver.c597 save->sr17 = rdinx(isaIOBase + 0x3c4, 0x17);
744 new->sr17 &= ~0xc7;
745 new->sr17 |= modepitch;
939 wrinx(isaIOBase + 0x3c4, 0x17, new->sr17);
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_vga.c1024 UChar sr17=0;
1284 inSISIDXREG(SISSR, 0x17, sr17);
1287 (sr17 & 0x0F) ) {
1293 "Converting SR17 (%02x) to CR32 (%02x)\n", sr17, cr32);
1295 if(sr17 & 0x01) { /* CRT1 */
1303 if(sr17 & 0x02) { /* LCD */

Completed in 8 milliseconds