LCCR0_PAS 72 arch/arm/mach-pxa/include/mach/regs-lcd.h #define LCCR0_Pas (LCCR0_PAS*0) /* Passive display (STN) */ LCCR0_PAS 73 arch/arm/mach-pxa/include/mach/regs-lcd.h #define LCCR0_Act (LCCR0_PAS*1) /* Active display (TFT) */ LCCR0_PAS 1674 arch/arm/mach-sa1100/include/mach/SA-1100.h #define LCCR0_Pas (LCCR0_PAS*0) /* Passive display (STN) */ LCCR0_PAS 1675 arch/arm/mach-sa1100/include/mach/SA-1100.h #define LCCR0_Act (LCCR0_PAS*1) /* Active display (TFT) */ LCCR0_PAS 1753 drivers/video/fbdev/pxafb.c fbi->lccr0 = LCCR0_PAS; LCCR0_PAS 1756 drivers/video/fbdev/pxafb.c fbi->lccr0 = LCCR0_LCDT | LCCR0_PAS; LCCR0_PAS 1992 drivers/video/fbdev/pxafb.c inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Act; LCCR0_PAS 1994 drivers/video/fbdev/pxafb.c inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Pas; LCCR0_PAS 2078 drivers/video/fbdev/pxafb.c ((inf->lccr0 & LCCR0_PAS) != LCCR0_Pas || LCCR0_PAS 2084 drivers/video/fbdev/pxafb.c if ((inf->lccr0 & LCCR0_PAS) == LCCR0_Act && LCCR0_PAS 2087 drivers/video/fbdev/pxafb.c if ((inf->lccr0 & LCCR0_PAS) == LCCR0_Pas &&