Home
last modified time | relevance | path

Searched refs:dp_gui_master_cntl (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/video/fbdev/aty/
H A Dradeon_accel.c49 rinfo->dp_gui_master_cntl /* contains, like GMC_DST_32BPP */ in radeonfb_prim_fillrect()
115 rinfo->dp_gui_master_cntl /* i.e. GMC_DST_32BPP */ in radeonfb_prim_copyarea()
304 rinfo->dp_gui_master_cntl = ((temp << 8) | GMC_CLR_CMP_CNTL_DIS); in radeonfb_engine_init()
307 OUTREG(DP_GUI_MASTER_CNTL, (rinfo->dp_gui_master_cntl | in radeonfb_engine_init()
H A Dradeonfb.h340 u32 dp_gui_master_cntl; member
/openbmc/qemu/hw/display/
H A Dati_int.h72 uint32_t dp_gui_master_cntl; member
H A Dati_2d.c46 #define DEFAULT_CNTL (s->regs.dp_gui_master_cntl & GMC_DST_PITCH_OFFSET_CNTL)
H A Dati.c462 val = s->regs.dp_gui_master_cntl; in ati_mm_read()
860 s->regs.dp_gui_master_cntl = data & 0xf800000f; in ati_mm_write()