Searched refs:LCCR0_CMS (Results 1 – 5 of 5) sorted by relevance
58 #define LCCR0_CMS (1 << 1) /* Color/Monochrome Display Select */ macro59 #define LCCR0_Color (LCCR0_CMS*0) /* Color display */60 #define LCCR0_Mono (LCCR0_CMS*1) /* Monochrome display */
1738 fbi->lccr0 = LCCR0_CMS; in pxafb_decode_mach_info()1741 fbi->lccr0 = LCCR0_CMS | LCCR0_SDS; in pxafb_decode_mach_info()1984 inf->lccr0 = (inf->lccr0 & ~LCCR0_CMS) | LCCR0_Color; in parse_opt()1986 inf->lccr0 = (inf->lccr0 & ~LCCR0_CMS) | LCCR0_Mono; in parse_opt()2076 (inf->lccr0 & LCCR0_CMS) != LCCR0_Mono)) in pxafb_check_options()
753 if ((fbi->reg_lccr0 & LCCR0_CMS) == LCCR0_Color && in sa1100fb_setup_gpio()
1659 #define LCCR0_CMS 0x00000002 /* Color/Monochrome display Select */ macro1660 #define LCCR0_Color (LCCR0_CMS*0) /* Color display */1661 #define LCCR0_Mono (LCCR0_CMS*1) /* Monochrome display */
49 color | mono => LCCR0_CMS