Searched refs:dspcntr (Results 1 – 2 of 2) sorted by relevance
69 u32 dspcntr; in gma_pipe_set_base() local93 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()
521 u32 dspcntr[3]; member