Searched refs:CRTC_PORT (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xf86-video-ast/dist/src/ |
| H A D | ast_cursor.c | 159 SetIndexRegMask(CRTC_PORT, 0xCB, 0xFC, jReg); /* enable mono */ 168 SetIndexRegMask(CRTC_PORT, 0xCB, 0xFC, 0x00); /* disable HWC */ 201 SetIndexReg(CRTC_PORT, 0xC2, (UCHAR) (x_offset)); 202 SetIndexReg(CRTC_PORT, 0xC3, (UCHAR) (y_offset)); 203 SetIndexReg(CRTC_PORT, 0xC4, (UCHAR) (x & 0xFF)); 204 SetIndexReg(CRTC_PORT, 0xC5, (UCHAR) ((x >> 8) & 0x0F)); 205 SetIndexReg(CRTC_PORT, 0xC6, (UCHAR) (y & 0xFF)); 206 SetIndexReg(CRTC_PORT, 0xC7, (UCHAR) ((y >> 8) & 0x07)); 307 SetIndexReg(CRTC_PORT, 0xC8, (UCHAR) (ulPatternAddr & 0xFF)); 308 SetIndexReg(CRTC_PORT, [all...] |
| H A D | ast_mode.c | 691 SetIndexReg(CRTC_PORT, 0x8C, (UCHAR) ((ulColorIndex & 0x0F) << 4)); 692 SetIndexReg(CRTC_PORT, 0x8D, (UCHAR) (ulRefreshRateIndex & 0xFF)); 693 SetIndexReg(CRTC_PORT, 0x8E, (UCHAR) (ulModeID & 0xFF)); 696 SetIndexReg(CRTC_PORT, 0x91, 0x00); /* clear signature */ 699 SetIndexReg(CRTC_PORT, 0x91, 0xA8); /* signature */ 700 SetIndexReg(CRTC_PORT, 0x92, (UCHAR) (pScrn->bitsPerPixel) ); 701 SetIndexReg(CRTC_PORT, 0x93, (UCHAR) (mode->Clock / 1000) ); 702 SetIndexReg(CRTC_PORT, 0x94, (UCHAR) (mode->CrtcHDisplay) ); 703 SetIndexReg(CRTC_PORT, 0x95, (UCHAR) (mode->CrtcHDisplay >> 8) ); /* color depth */ 704 SetIndexReg(CRTC_PORT, [all...] |
| H A D | ast_vgatool.c | 107 GetIndexRegMask(CRTC_PORT, 0x9b, 0xFF, SendACK); 109 SetIndexRegMask(CRTC_PORT, 0x9B, 0x00, SendACK); 117 GetIndexRegMask(CRTC_PORT, 0x9b, 0xFF, SendACK); 119 SetIndexRegMask(CRTC_PORT, 0x9B, 0x00, SendACK); 129 GetIndexRegMask(CRTC_PORT, 0xd2, 0xFF, WaitACK); 147 GetIndexRegMask(CRTC_PORT, 0xd2, 0xFF, WaitACK); 162 SetIndexRegMask(CRTC_PORT, 0x9B, ~0x40, 0x40); 169 SetIndexRegMask(CRTC_PORT, 0x9B, ~0x40, 0x00); 180 SetIndexRegMask(CRTC_PORT, 0x9a, 0x00, data); 205 SetIndexRegMask(CRTC_PORT, [all...] |
| H A D | ast_2dtool.c | 263 SetIndexRegMask(CRTC_PORT, 0xA4, 0xFE, 0x01); /* enable 2D */ 295 SetIndexRegMask(CRTC_PORT, 0xA4, 0xFE, 0x01); 300 SetIndexRegMask(CRTC_PORT, 0xA4, 0xFE, 0x00); 317 GetIndexRegMask(CRTC_PORT, 0xA4, 0x01, jReg); 321 GetIndexRegMask(CRTC_PORT, 0xA3, 0x0F, jReg);
|
| H A D | ast_driver.c | 1207 GetIndexRegMask(CRTC_PORT, 0xD1, 0xFF, jReg); 1390 GetIndexReg(CRTC_PORT, (UCHAR) (i), astReg->CRTC[i]); 1420 GetIndexReg(CRTC_PORT, (UCHAR) (i), astReg->ExtCRTC[icount++]); 1422 GetIndexReg(CRTC_PORT, (UCHAR) (i), astReg->ExtCRTC[icount++]); 1423 GetIndexReg(CRTC_PORT, (UCHAR) (0xBB), astReg->ExtCRTC[icount]); 1431 GetIndexReg(CRTC_PORT, 0xA4, astReg->REGA4); 1472 SetIndexRegMask(CRTC_PORT,0x11, 0x7F, 0x00); 1474 SetIndexReg(CRTC_PORT, (UCHAR) (i), astReg->CRTC[i]); 1514 SetIndexReg(CRTC_PORT, (UCHAR) (i), astReg->ExtCRTC[icount++]); 1516 SetIndexReg(CRTC_PORT, (UCHA [all...] |
| H A D | ast_vgatool.h | 51 #define CRTC_PORT (pAST->MMIOVirtualAddr + 0x3d4) macro
|
Completed in 10 milliseconds