Searched refs:CRTC_PORT (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/ |
H A D | mapper.c | 129 if (ast_get_index_reg(&scratch, CRTC_PORT, 0x90) != 0) { 134 if (ast_set_index_reg(CRTC_PORT, 0x90, scratch ^ 0x33) != 0) { 139 if (ast_get_index_reg(&newscratch, CRTC_PORT, 0x90) != 0) { 149 if (ast_set_index_reg(CRTC_PORT, 0x90, scratch) != 0) {
|
H A D | tools.c | 131 if (ast_get_index_reg(&pots, CRTC_PORT, 0xAA) != 0) 283 if (ast_get_index_reg(&hde, CRTC_PORT, 0x01) != 0) { 288 if (ast_get_index_reg(&ovf, CRTC_PORT, 0x07) != 0) { 293 if (ast_get_index_reg(&vde, CRTC_PORT, 0x12) != 0) { 298 if (ast_get_index_reg(&off, CRTC_PORT, 0x13) != 0) { 303 if (ast_get_index_reg(&undloc, CRTC_PORT, 0x14) != 0) { 308 if (ast_get_index_reg(&modectl, CRTC_PORT, 0x17) != 0) { 313 if (ast_get_index_reg(&pcicr3, CRTC_PORT, 0xa2) != 0) { 318 if (ast_get_index_reg(&ecm, CRTC_PORT, 0xa3) != 0) { 323 if (ast_get_index_reg(&xhovf, CRTC_PORT, [all...] |
H A D | ast.h | 65 #define CRTC_PORT 0x54 macro
|
/solaris-x11-s12/open-src/driver/xf86-video-ast/sun-src/src/ |
H A D | ast_sparc_driver.c | 272 GetIndexReg(CRTC_PORT, (UCHAR) (i), astReg->CRTC[i]); 309 SetIndexRegMask(CRTC_PORT,0x11, 0x7F, 0x00); 311 SetIndexReg(CRTC_PORT, (UCHAR) (i), astReg->CRTC[i]);
|
Completed in 123 milliseconds