Searched refs:LCCR0_PAS (Results 1 – 2 of 2) 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) */
1737 fbi->lccr0 = LCCR0_PAS; in pxafb_decode_mach_info()1740 fbi->lccr0 = LCCR0_LCDT | LCCR0_PAS; in pxafb_decode_mach_info()1975 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Act; in parse_opt()1977 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Pas; in parse_opt()2061 ((inf->lccr0 & LCCR0_PAS) != LCCR0_Pas || in pxafb_check_options()2067 if ((inf->lccr0 & LCCR0_PAS) == LCCR0_Act && in pxafb_check_options()2070 if ((inf->lccr0 & LCCR0_PAS) == LCCR0_Pas && in pxafb_check_options()
Completed in 10 milliseconds