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

  /xsrc/external/mit/xf86-video-mach64/dist/src/
atimach64exa.c 225 pATI->dst_cntl = 0;
228 pATI->dst_cntl |= DST_Y_DIR;
230 pATI->dst_cntl |= DST_X_DIR;
233 outf(DST_CNTL, pATI->dst_cntl);
235 pATI->dst_cntl |= DST_24_ROT_EN;
264 if (!(pATI->dst_cntl & DST_X_DIR))
270 if (!(pATI->dst_cntl & DST_Y_DIR))
277 outf(DST_CNTL, pATI->dst_cntl | SetBits((dstX / 4) % 6, DST_24_ROT))
    [all...]
atistruct.h 137 CARD32 dst_bres_err, dst_bres_inc, dst_bres_dec, dst_cntl; member in struct:_ATIHWRec
319 CARD32 dst_cntl; /* For SetupFor/Subsequent communication */ member in struct:_ATIRec
atimach64accel.c 178 * src_cntl, dst_cntl, pat_cntl, and host_cntl
181 outf( DST_CNTL, pATIHW->dst_cntl );
atimach64.c 242 pATIHW->dst_cntl = DST_X_DIR | DST_Y_DIR | DST_LAST_PEL;
449 pATIHW->dst_cntl = inm(DST_CNTL);
888 outf(DST_CNTL, pATIHW->dst_cntl);

Completed in 6 milliseconds