Home
last modified time | relevance | path

Searched refs:dspcntr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/gma500/
H A Dgma_display.c69 u32 dspcntr; in gma_pipe_set_base() local
93 dspcntr = REG_READ(map->cntr); in gma_pipe_set_base()
94 dspcntr &= ~DISPPLANE_PIXFORMAT_MASK; in gma_pipe_set_base()
98 dspcntr |= DISPPLANE_8BPP; in gma_pipe_set_base()
102 dspcntr |= DISPPLANE_15_16BPP; in gma_pipe_set_base()
104 dspcntr |= DISPPLANE_16BPP; in gma_pipe_set_base()
108 dspcntr |= DISPPLANE_32BPP_NO_ALPHA; in gma_pipe_set_base()
115 REG_WRITE(map->cntr, dspcntr); in gma_pipe_set_base()
H A Dpsb_drv.h521 u32 dspcntr[3]; member