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

/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_mode.c860 USHORT usOffset; local in function:vSetOffsetReg
864 usOffset = pAST->VideoModeInfo.ScreenPitch >> 3; /* Unit: char */
866 SetIndexReg(CRTC_PORT,0x13, (UCHAR) (usOffset & 0xFF));
867 SetIndexReg(CRTC_PORT,0xB0, (UCHAR) ((usOffset >> 8) & 0x3F));

Completed in 3 milliseconds