Searched refs:LCCR0_DPD (Results 1 – 7 of 7) sorted by relevance
74 #define LCCR0_DPD (1 << 9) /* Double Pixel Data (monochrome) */ macro75 #define LCCR0_4PixMono (LCCR0_DPD*0) /* 4-Pixel/clock Monochrome display */76 #define LCCR0_8PixMono (LCCR0_DPD*1) /* 8-Pixel/clock Monochrome display */
441 if ((lccr0 & LCCR0_CMS) && (lccr0 & LCCR0_SDS) && !(lccr0 & LCCR0_DPD)) in pxafb_setup_gpio()456 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 */
1766 fbi->lccr0 |= LCCR0_DPD; in pxafb_decode_mach_info()2000 inf->lccr0 = (inf->lccr0 & ~LCCR0_DPD) | LCCR0_4PixMono; in parse_opt()2002 inf->lccr0 = (inf->lccr0 & ~LCCR0_DPD) | LCCR0_8PixMono; in parse_opt()2077 if (inf->lccr0 & LCCR0_DPD && in pxafb_check_options()
2121 #define LCCR0_DPD (1 << 9) /* Double Pixel mode, 4 pixel value = 0, 8 pixle values = 1 */ macro