Searched refs:LCCR0_CMS (Results 1 – 3 of 3) 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 */
1725 fbi->lccr0 = LCCR0_CMS; in pxafb_decode_mach_info()1728 fbi->lccr0 = LCCR0_CMS | LCCR0_SDS; in pxafb_decode_mach_info()1971 inf->lccr0 = (inf->lccr0 & ~LCCR0_CMS) | LCCR0_Color; in parse_opt()1973 inf->lccr0 = (inf->lccr0 & ~LCCR0_CMS) | LCCR0_Mono; in parse_opt()2063 (inf->lccr0 & LCCR0_CMS) != LCCR0_Mono)) in pxafb_check_options()
753 if ((fbi->reg_lccr0 & LCCR0_CMS) == LCCR0_Color && in sa1100fb_setup_gpio()
Completed in 11 milliseconds