Lines Matching full:pixel
72 #define LCCR0_DPD (1 << 9) /* Double Pixel Data (monochrome) */
73 #define LCCR0_4PixMono (LCCR0_DPD*0) /* 4-Pixel/clock Monochrome display */
74 #define LCCR0_8PixMono (LCCR0_DPD*1) /* 8-Pixel/clock Monochrome display */
91 #define LCCR1_DisWdth(Pixel) (((Pixel) - 1) << FShft (LCCR1_PPL)) argument
96 #define LCCR1_ELW Fld (8, 16) /* End-of-Line pixel clock Wait - 1 */
99 #define LCCR1_BLW Fld (8, 24) /* Beginning-of-Line pixel clock */
118 #define LCCR3_PCP (1 << 22) /* Pixel Clock Polarity (L_PCLK) */
119 #define LCCR3_PixRsEdg (LCCR3_PCP*0) /* Pixel clock Rising-Edge */
120 #define LCCR3_PixFlEdg (LCCR3_PCP*1) /* Pixel clock Falling-Edge */
126 #define LCCR3_DPC (1 << 27) /* double pixel clock mode */
127 #define LCCR3_PCD Fld (8, 0) /* Pixel Clock Divisor */
168 #define OVLxC1_BPP(x) (((x) & 0xf) << 20) /* Bits Per Pixel */
172 #define OVL2C2_PFOR(x) (((x) & 0x7) << 20) /* Pixel Format */