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

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64accel.c119 outf(SC_LEFT_RIGHT, pATI->sc_left_right);
126 outf(SC_TOP_BOTTOM, pATI->sc_top_bottom);
178 outf( SRC_CNTL, pATIHW->src_cntl );
179 outf( DST_CNTL, pATIHW->dst_cntl );
180 outf( PAT_CNTL, pATIHW->pat_cntl );
181 outf( HOST_CNTL, pATIHW->host_cntl );
183 outf( DST_OFF_PITCH, pATIHW->dst_off_pitch );
184 outf( SRC_OFF_PITCH, pATIHW->src_off_pitch );
185 outf( DP_SRC, pATIHW->dp_src );
186 outf( DP_MI
[all...]
H A Datimach64exa.c224 outf(DP_WRITE_MASK, planemask);
225 outf(DP_PIX_WIDTH, dp_pix_width);
226 outf(SRC_OFF_PITCH, src_pitch_offset);
227 outf(DST_OFF_PITCH, dst_pitch_offset);
229 outf(DP_SRC, DP_MONO_SRC_ALLONES |
231 outf(DP_MIX, SetBits(ATIMach64ALU[alu], DP_FRGD_MIX));
233 outf(CLR_CMP_CNTL, CLR_CMP_FN_FALSE);
243 outf(DST_CNTL, pATI->dst_cntl);
287 outf(DST_CNTL, pATI->dst_cntl | SetBits((dstX / 4) % 6, DST_24_ROT));
290 outf(SRC_Y_
[all...]
H A Datimach64.c896 outf(DST_OFF_PITCH, pATIHW->dst_off_pitch);
897 outf(DST_Y_X, SetWord(pATIHW->dst_x, 1) | SetWord(pATIHW->dst_y, 0));
898 outf(DST_HEIGHT, pATIHW->dst_height);
899 outf(DST_BRES_ERR, pATIHW->dst_bres_err);
900 outf(DST_BRES_INC, pATIHW->dst_bres_inc);
901 outf(DST_BRES_DEC, pATIHW->dst_bres_dec);
902 outf(DST_CNTL, pATIHW->dst_cntl);
908 outf(Z_CNTL, 0);
909 outf(ALPHA_TST_CNTL, 0);
914 outf(SRC_OFF_PITC
[all...]
H A Datimach64render.c726 outf(DP_SRC, m3d->dp_src);
727 outf(DP_MIX, m3d->dp_mix);
729 outf(CLR_CMP_CNTL, CLR_CMP_FN_FALSE);
730 outf(DST_CNTL, DST_X_DIR | DST_Y_DIR);
731 outf(DST_OFF_PITCH, m3d->dst_pitch_offset);
733 outf(SCALE_3D_CNTL, m3d->scale_3d_cntl);
734 outf(DP_WRITE_MASK, m3d->dp_write_mask);
735 outf(DP_PIX_WIDTH, m3d->dp_pix_width);
737 outf(SETUP_CNTL, 0);
739 outf(TEX_SIZE_PITC
[all...]
H A Datimach64xv.c168 outf(SCALER_COLOUR_CNTL, pATI->NewHW.scaler_colour_cntl);
190 outf(SCALER_COLOUR_CNTL, pATI->NewHW.scaler_colour_cntl);
249 outf(OVERLAY_GRAPHICS_KEY_CLR, pATI->NewHW.overlay_graphics_key_clr);
270 outf(OVERLAY_GRAPHICS_KEY_MSK, pATI->NewHW.overlay_graphics_key_msk);
530 outf(OVERLAY_SCALE_CNTL, SCALE_EN);
574 outf(OVERLAY_SCALE_CNTL, SCALE_EN);
923 outf(OVERLAY_SCALE_INC, SetWord(HScale, 1) | SetWord(VScale, 0));
924 outf(SCALER_HEIGHT_WIDTH, SetWord(Width, 1) | SetWord(Height, 0));
925 outf(VIDEO_FORMAT, pATI->NewHW.video_format);
929 outf(BUF0_OFFSE
[all...]
H A Datidri.c436 outf(SRC_OFF_PITCH, backOffsetPitch);
437 outf(DST_OFF_PITCH, backOffsetPitch);
446 outf(SRC_OFF_PITCH, depthOffsetPitch);
447 outf(DST_OFF_PITCH, depthOffsetPitch);
458 outf(SRC_OFF_PITCH, pATI->NewHW.dst_off_pitch);
459 outf(DST_OFF_PITCH, pATI->NewHW.src_off_pitch);
H A Datimach64io.h59 * outf 32-bit write through MMIO cache. Identical to outm() but
73 * inm/outm/outf should ever be used for these registers.
75 * outf()'s should be grouped together as much as possible, while respecting
77 * outf()'s should be split up into two or more groups as needed (but not
78 * necessarily wanted). The outf() groups that result should be immediately
80 * outf()'s in the group with the exception that groups containing a single
81 * outf() should not be thus preceded. This means "n" should not be less than
180 #define outf(_Register, _Value) \ macro
315 * An outf() variant to write two registers such that the second register is
/xsrc/external/mit/xmessage/dist/
H A Dxmessage.c108 usage (FILE *outf) argument
122 fprintf (outf, "usage: %s [-options] [message ...]\n\n",
124 fprintf (outf, "where options include:\n");
126 fprintf (outf, "%s\n", *cpp);
/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128IBMDAC.c252 long f, vrf, outf, best_diff, best_outf = 0, diff; local in function:I128ProgramIBMRGB
295 outf = f;
297 outf >>= 2 - df;
301 /* outf is a valid freq, pick the closest now */
303 if ((diff = (requested_freq - outf)) < 0)
310 best_outf = outf;
461 long f, vrf, outf, best_diff, best_outf = 0, diff; local in function:I128ProgramSilverHammer
506 outf = f;
508 outf >>= 2 - df;
512 /* outf i
[all...]

Completed in 11 milliseconds