Searched refs:LCCR0_CMS (Results 1 – 5 of 5) sorted by relevance
59 #define LCCR0_CMS (1 << 1) /* Color/Monochrome Display Select */ macro60 #define LCCR0_Color (LCCR0_CMS*0) /* Color display */61 #define LCCR0_Mono (LCCR0_CMS*1) /* Monochrome display */
1692 #define LCCR0_CMS 0x00000002 /* Color/Monochrome display Select */ macro1693 #define LCCR0_Color (LCCR0_CMS*0) /* Color display */1694 #define LCCR0_Mono (LCCR0_CMS*1) /* Monochrome display */
33 color | mono => LCCR0_CMS
1740 fbi->lccr0 = LCCR0_CMS; in pxafb_decode_mach_info()1743 fbi->lccr0 = LCCR0_CMS | LCCR0_SDS; in pxafb_decode_mach_info()1989 inf->lccr0 = (inf->lccr0 & ~LCCR0_CMS) | LCCR0_Color; in parse_opt()1991 inf->lccr0 = (inf->lccr0 & ~LCCR0_CMS) | LCCR0_Mono; in parse_opt()2080 (inf->lccr0 & LCCR0_CMS) != LCCR0_Mono)) in pxafb_check_options()
755 if ((fbi->reg_lccr0 & LCCR0_CMS) == LCCR0_Color && in sa1100fb_setup_gpio()