Home
last modified time | relevance | path

Searched refs:LCCR0_PAS (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/arm/mach-pxa/include/mach/
Dregs-lcd.h70 #define LCCR0_PAS (1 << 7) /* Passive/Active display Select */ macro
71 #define LCCR0_Pas (LCCR0_PAS*0) /* Passive display (STN) */
72 #define LCCR0_Act (LCCR0_PAS*1) /* Active display (TFT) */
/linux-4.4.14/drivers/video/fbdev/
Dpxafb.c1751 fbi->lccr0 = LCCR0_PAS; in pxafb_decode_mach_info()
1754 fbi->lccr0 = LCCR0_LCDT | LCCR0_PAS; in pxafb_decode_mach_info()
1992 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Act; in parse_opt()
1994 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Pas; in parse_opt()
2077 ((inf->lccr0 & LCCR0_PAS) != LCCR0_Pas || in pxafb_check_options()
2083 if ((inf->lccr0 & LCCR0_PAS) == LCCR0_Act && in pxafb_check_options()
2086 if ((inf->lccr0 & LCCR0_PAS) == LCCR0_Pas && in pxafb_check_options()
/linux-4.4.14/arch/arm/mach-sa1100/include/mach/
DSA-1100.h1672 #define LCCR0_PAS 0x00000080 /* Passive/Active display Select */ macro
1673 #define LCCR0_Pas (LCCR0_PAS*0) /* Passive display (STN) */
1674 #define LCCR0_Act (LCCR0_PAS*1) /* Active display (TFT) */
/linux-4.4.14/Documentation/fb/
Dpxafb.txt36 active | passive => LCCR0_PAS