Searched refs:LCCR0_PAS (Results 1 – 3 of 3) sorted by relevance
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()
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