Home
last modified time | relevance | path

Searched refs:dp_cntl (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/display/
H A Dati_2d.c57 unsigned dst_x = (s->regs.dp_cntl & DST_X_LEFT_TO_RIGHT ? in ati_2d_blt()
59 unsigned dst_y = (s->regs.dp_cntl & DST_Y_TOP_TO_BOTTOM ? in ati_2d_blt()
90 (s->regs.dp_cntl & DST_X_LEFT_TO_RIGHT ? '>' : '<'), in ati_2d_blt()
91 (s->regs.dp_cntl & DST_Y_TOP_TO_BOTTOM ? 'v' : '^')); in ati_2d_blt()
96 unsigned src_x = (s->regs.dp_cntl & DST_X_LEFT_TO_RIGHT ? in ati_2d_blt()
98 unsigned src_y = (s->regs.dp_cntl & DST_Y_TOP_TO_BOTTOM ? in ati_2d_blt()
128 s->regs.dp_cntl & DST_X_LEFT_TO_RIGHT && 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()
182 s->regs.dst_x = (s->regs.dp_cntl & DST_X_LEFT_TO_RIGHT ? in ati_2d_blt()
[all …]
H A Dati_int.h77 uint32_t dp_cntl; member
H A Dati.c486 val = s->regs.dp_cntl; in ati_mm_read()
909 s->regs.dp_cntl = data; in ati_mm_write()