Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
Dlart.c58 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
73 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
87 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
Dh3600.c79 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
Dshannon.c74 .lccr0 = LCCR0_Color | LCCR0_Dual | LCCR0_Pas,
Dassabet.c404 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
430 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
Dcollie.c356 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
Dregs-lcd.h61 #define LCCR0_Color (LCCR0_CMS*0) /* Color display */ macro
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
DSA-1100.h1660 #define LCCR0_Color (LCCR0_CMS*0) /* Color display */ macro
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dsa1100fb.c753 if ((fbi->reg_lccr0 & LCCR0_CMS) == LCCR0_Color && in sa1100fb_setup_gpio()
Dpxafb.c1988 inf->lccr0 = (inf->lccr0 & ~LCCR0_CMS) | LCCR0_Color; in parse_opt()