Home
last modified time | relevance | path

Searched refs:LCCR0_CMS (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dpxa3xx-regs.h58 #define LCCR0_CMS (1 << 1) /* Color/Monochrome Display Select */ macro
59 #define LCCR0_Color (LCCR0_CMS*0) /* Color display */
60 #define LCCR0_Mono (LCCR0_CMS*1) /* Monochrome display */
H A Dpxafb.c1738 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()
H A Dsa1100fb.c752 if ((fbi->reg_lccr0 & LCCR0_CMS) == LCCR0_Color && in sa1100fb_setup_gpio()
/openbmc/u-boot/drivers/video/
H A Dpxa_lcd.c440 if ((lccr0 & LCCR0_CMS) && (lccr0 & LCCR0_SDS) && !(lccr0 & LCCR0_DPD)) in pxafb_setup_gpio()
455 else if (((lccr0 & LCCR0_CMS) && ((lccr0 & LCCR0_SDS) || (lccr0 & LCCR0_DPD))) || in pxafb_setup_gpio()
456 (!(lccr0 & LCCR0_CMS) && !(lccr0 & LCCR0_PAS) && !(lccr0 & LCCR0_SDS))) in pxafb_setup_gpio()
474 else if (!(lccr0 & LCCR0_CMS) && ((lccr0 & LCCR0_SDS) || (lccr0 & LCCR0_PAS))) in pxafb_setup_gpio()
/openbmc/qemu/hw/display/
H A Dpxa2xx_lcd.c131 #define LCCR0_CMS (1 << 1) macro
1040 if (s->control[0] & LCCR0_CMS) { in pxa2xx_palette_parse()
1052 if (s->control[0] & LCCR0_CMS) in pxa2xx_palette_parse()
1063 if (s->control[0] & LCCR0_CMS) in pxa2xx_palette_parse()
1074 if (s->control[0] & LCCR0_CMS) in pxa2xx_palette_parse()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1659 #define LCCR0_CMS 0x00000002 /* Color/Monochrome display Select */ macro
1660 #define LCCR0_Color (LCCR0_CMS*0) /* Color display */
1661 #define LCCR0_Mono (LCCR0_CMS*1) /* Monochrome display */
/openbmc/linux/Documentation/fb/
H A Dpxafb.rst49 color | mono => LCCR0_CMS
/openbmc/u-boot/include/
H A DSA-1100.h2690 #define LCCR0_CMS 0x00000002 /* Color/Monochrome display Select */ macro
2691 #define LCCR0_Color (LCCR0_CMS*0) /* Color display */
2692 #define LCCR0_Mono (LCCR0_CMS*1) /* Monochrome display */
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2113 #define LCCR0_CMS (1 << 1) /* Color = 0, Monochrome = 1 */ macro