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

/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_reg.h153 #define S3_OUTW(p,n) outw(p, n) macro
226 #define SET_PIX_CNTL(val) S3_OUTW(MULTIFUNC_CNTL, PIX_CNTL | (val))
231 #define SET_FRGD_MIX(fmix) S3_OUTW(FRGD_MIX, (fmix))
234 #define SET_CUR_X(cur_x) S3_OUTW(CUR_X, cur_x)
235 #define SET_CUR_Y(cur_y) S3_OUTW(CUR_Y, cur_y)
236 #define SET_CUR_X2(cur_x) S3_OUTW(CUR_X2, cur_x)
237 #define SET_CUR_Y2(cur_y) S3_OUTW(CUR_Y2, cur_y)
245 S3_OUTW(DESTX_DIASTP, x); \
246 S3_OUTW(DESTY_AXSTP, y); \
250 S3_OUTW(MAJ_AXIS_PCN
[all...]

Completed in 3 milliseconds