Searched refs:LCCR0_DPD (Results 1 – 4 of 4) 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 */
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()
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