HomeSort by: relevance | last modified time | path
    Searched refs:MISC (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/xf86-video-ast/dist/src/
ast_mode.h 91 UCHAR MISC;
ast.h 121 UCHAR MISC;
ast_driver.c 458 /* fill pScrn misc. */
1381 /* Save Misc */
1382 astReg->MISC = GetReg(MISC_PORT_READ);
1464 /* Restore Misc */
1465 SetReg(MISC_PORT_WRITE, astReg->MISC);
ast_mode.c 723 /* Set Misc */
724 jReg = pStdModePtr->MISC;
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv04_accel.h 64 BEGIN_NV04(push, NV01_SUBC(MISC, OBJECT), 1);
nv04_exa.c 36 BEGIN_NV04(push, NV01_SUBC(MISC, OBJECT), 1);
60 BEGIN_NV04(push, NV01_SUBC(MISC, OBJECT), 1);
70 BEGIN_NV04(push, NV01_SUBC(MISC, OBJECT), 1);
326 BEGIN_NV04(push, NV01_SUBC(MISC, OBJECT), 1);
nv_accel_common.c 225 BEGIN_NV04(push, NV01_SUBC(MISC, OBJECT), 1);
246 BEGIN_NV04(push, NV01_SUBC(MISC, OBJECT), 1);
325 BEGIN_NV04(push, NV01_SUBC(MISC, OBJECT), 1);
354 BEGIN_NV04(push, NV01_SUBC(MISC, OBJECT), 1);
471 BEGIN_NV04(push, NV01_SUBC(MISC, OBJECT), 1);
504 BEGIN_NV04(push, NV01_SUBC(MISC, OBJECT), 1);
nv04_xv_blit.c 109 BEGIN_NV04(push, NV01_SUBC(MISC, OBJECT), 1);
  /xsrc/external/mit/xf86-video-xgi/dist/src/
vb_struct.h 117 UCHAR MISC;
401 UCHAR MISC;
vb_setmode.c 1291 Miscdata = pVBInfo->StandTable[StandTableIndex].MISC; /* Get Misc from file */
1302 XGI_SetRegByte((XGIIOADDRESS) pVBInfo->P3c2, Miscdata); /* Set Misc(3c2) */
1760 /* Set Misc(3c2) */
  /xsrc/external/mit/xf86-video-sis/dist/src/
vstruct.h 138 unsigned char MISC;
init.c 1868 /* MISC */
1876 Miscdata = SiS_Pr->SiS_StandTable[StandTableIndex].MISC;
2866 SiS_SetRegByte(P2_3c2,SiS_GetRegByte(SiS_Pr->SiS_P3cc)); /* MISC */
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
edid.h 247 #define MISC _MISC(c)
384 /* detailed timing misc */
465 unsigned int misc:2; member in struct:detailed_timings
interpret_edid.c 31 #include "misc.h"
612 r->misc = MISC;
  /xsrc/external/mit/xf86-video-geode/dist/src/
gx_video.c 133 #define MISC 0x050
905 unsigned long dcfg, misc; local
915 misc = gfx_read_vid32(MISC);
917 lutflag = (!(misc & 1) && (dcfg & (1 << 21)));
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
edid.h 244 #define MISC _MISC(c)
385 /* detailed timing misc */
465 unsigned int misc:2; member in struct:detailed_timings
interpret_edid.c 31 #include "misc.h"
736 r->misc = MISC;

Completed in 94 milliseconds