Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-sa1100/
Dlart.c45 .lccr0 = LCCR0_Mono | LCCR0_Sngl | LCCR0_Pas | LCCR0_4PixMono,
58 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
73 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
87 .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.c407 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
433 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
Dcollie.c348 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
/Linux-v4.19/arch/arm/mach-pxa/include/mach/
Dregs-lcd.h64 #define LCCR0_Sngl (LCCR0_SDS*0) /* Single panel display */ macro
/Linux-v4.19/arch/arm/mach-sa1100/include/mach/
DSA-1100.h1664 #define LCCR0_Sngl (LCCR0_SDS*0) /* Single panel display */ macro
/Linux-v4.19/drivers/video/fbdev/
Dpxafb.c2014 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Sngl; in parse_opt()
2097 (inf->lccr0 & LCCR0_SDS) != LCCR0_Sngl || in pxafb_check_options()