Searched refs:LCCR0_PAS (Results 1 – 7 of 7) sorted by relevance
69 #define LCCR0_PAS (1 << 7) /* Passive/Active display Select */ macro70 #define LCCR0_Pas (LCCR0_PAS*0) /* Passive display (STN) */71 #define LCCR0_Act (LCCR0_PAS*1) /* Active display (TFT) */
1750 fbi->lccr0 = LCCR0_PAS; in pxafb_decode_mach_info()1753 fbi->lccr0 = LCCR0_LCDT | LCCR0_PAS; in pxafb_decode_mach_info()1988 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Act; in parse_opt()1990 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Pas; in parse_opt()2074 ((inf->lccr0 & LCCR0_PAS) != LCCR0_Pas || in pxafb_check_options()2080 if ((inf->lccr0 & LCCR0_PAS) == LCCR0_Act && in pxafb_check_options()2083 if ((inf->lccr0 & LCCR0_PAS) == LCCR0_Pas && in pxafb_check_options()
456 (!(lccr0 & LCCR0_CMS) && !(lccr0 & LCCR0_PAS) && !(lccr0 & LCCR0_SDS))) in pxafb_setup_gpio()474 else if (!(lccr0 & LCCR0_CMS) && ((lccr0 & LCCR0_SDS) || (lccr0 & LCCR0_PAS))) in pxafb_setup_gpio()
1673 #define LCCR0_PAS 0x00000080 /* Passive/Active display Select */ macro1674 #define LCCR0_Pas (LCCR0_PAS*0) /* Passive display (STN) */1675 #define LCCR0_Act (LCCR0_PAS*1) /* Active display (TFT) */
53 active | passive => LCCR0_PAS
2704 #define LCCR0_PAS 0x00000080 /* Passive/Active display Select */ macro2705 #define LCCR0_Pas (LCCR0_PAS*0) /* Passive display (STN) */2706 #define LCCR0_Act (LCCR0_PAS*1) /* Active display (TFT) */
2119 #define LCCR0_PAS (1 << 7) /* Passive = 0, Active = 1 */ macro