Home
last modified time | relevance | path

Searched refs:DST_Y_TOP_TO_BOTTOM (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/display/
H A Dati_2d.c59 unsigned dst_y = (s->regs.dp_cntl & DST_Y_TOP_TO_BOTTOM ? in ati_2d_blt()
91 (s->regs.dp_cntl & DST_Y_TOP_TO_BOTTOM ? 'v' : '^')); in ati_2d_blt()
98 unsigned src_y = (s->regs.dp_cntl & DST_Y_TOP_TO_BOTTOM ? in ati_2d_blt()
129 s->regs.dp_cntl & DST_Y_TOP_TO_BOTTOM) { in ati_2d_blt()
164 if (s->regs.dp_cntl & DST_Y_TOP_TO_BOTTOM) { in ati_2d_blt()
184 s->regs.dst_y = (s->regs.dp_cntl & DST_Y_TOP_TO_BOTTOM ? in ati_2d_blt()
236 s->regs.dst_y = (s->regs.dp_cntl & DST_Y_TOP_TO_BOTTOM ? in ati_2d_blt()
H A Dati_regs.h420 #define DST_Y_TOP_TO_BOTTOM 0x00000002 macro
/openbmc/linux/drivers/video/fbdev/aty/
H A Dmach64_accel.c115 aty_st_le32(DST_CNTL, DST_LAST_PEL | DST_Y_TOP_TO_BOTTOM | in aty_init_engine()
226 direction |= DST_Y_TOP_TO_BOTTOM; in atyfb_copyarea()
282 DST_LAST_PEL | DST_Y_TOP_TO_BOTTOM | in atyfb_fillrect()
381 aty_st_le32(DST_CNTL, DST_Y_TOP_TO_BOTTOM | DST_X_LEFT_TO_RIGHT | rotation, par); in atyfb_imageblit()
H A Dradeon_accel.c57 OUTREG(DP_CNTL, (DST_X_LEFT_TO_RIGHT | DST_Y_TOP_TO_BOTTOM)); in radeonfb_prim_fillrect()
122 | (ydir>=0 ? DST_Y_TOP_TO_BOTTOM : 0)); in radeonfb_prim_copyarea()
/openbmc/linux/include/video/
H A Daty128.h360 #define DST_Y_TOP_TO_BOTTOM 0x00000002 macro
H A Dmach64.h1040 #define DST_Y_TOP_TO_BOTTOM 2 macro
H A Dradeon.h786 #define DST_Y_TOP_TO_BOTTOM 0x00000002 macro
/openbmc/u-boot/include/
H A Dradeon.h782 #define DST_Y_TOP_TO_BOTTOM 0x00000002 macro