Home
last modified time | relevance | path

Searched refs:LCCR0_Sngl (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/arm/mach-sa1100/
Dlart.c44 .lccr0 = LCCR0_Mono | LCCR0_Sngl | LCCR0_Pas | LCCR0_4PixMono,
57 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
72 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
86 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
Dh3100.c74 .lccr0 = LCCR0_Mono | LCCR0_4PixMono | LCCR0_Sngl | LCCR0_Pas,
Dh3600.c83 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
Dassabet.c378 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
404 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
Dcollie.c348 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dregs-lcd.h63 #define LCCR0_Sngl (LCCR0_SDS*0) /* Single panel display */ macro
/linux-4.1.27/arch/arm/mach-sa1100/include/mach/
DSA-1100.h1697 #define LCCR0_Sngl (LCCR0_SDS*0) /* Single panel display */ macro
/linux-4.1.27/drivers/video/fbdev/
Dpxafb.c1997 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Sngl; in parse_opt()
2079 (inf->lccr0 & LCCR0_SDS) != LCCR0_Sngl || in pxafb_check_options()