Searched refs:LCCR0_DPD (Results 1 – 7 of 7) sorted by relevance
72 #define LCCR0_DPD (1 << 9) /* Double Pixel Data (monochrome) */ macro73 #define LCCR0_4PixMono (LCCR0_DPD*0) /* 4-Pixel/clock Monochrome display */74 #define LCCR0_8PixMono (LCCR0_DPD*1) /* 8-Pixel/clock Monochrome display */
1763 fbi->lccr0 |= LCCR0_DPD; in pxafb_decode_mach_info()1996 inf->lccr0 = (inf->lccr0 & ~LCCR0_DPD) | LCCR0_4PixMono; in parse_opt()1998 inf->lccr0 = (inf->lccr0 & ~LCCR0_DPD) | LCCR0_8PixMono; in parse_opt()2073 if (inf->lccr0 & LCCR0_DPD && in pxafb_check_options()
440 if ((lccr0 & LCCR0_CMS) && (lccr0 & LCCR0_SDS) && !(lccr0 & LCCR0_DPD)) in pxafb_setup_gpio()455 else if (((lccr0 & LCCR0_CMS) && ((lccr0 & LCCR0_SDS) || (lccr0 & LCCR0_DPD))) || in pxafb_setup_gpio()
1679 #define LCCR0_DPD 0x00000200 /* Double Pixel Data (monochrome */ macro1681 #define LCCR0_4PixMono (LCCR0_DPD*0) /* 4-Pixel/clock Monochrome */1683 #define LCCR0_8PixMono (LCCR0_DPD*1) /* 8-Pixel/clock Monochrome */
61 4pix | 8pix => LCCR0_DPD
2710 #define LCCR0_DPD 0x00000200 /* Double Pixel Data (monochrome */ macro2712 #define LCCR0_4PixMono (LCCR0_DPD*0) /* 4-Pixel/clock Monochrome */2714 #define LCCR0_8PixMono (LCCR0_DPD*1) /* 8-Pixel/clock Monochrome */
2121 #define LCCR0_DPD (1 << 9) /* Double Pixel mode, 4 pixel value = 0, 8 pixle values = 1 */ macro