Searched refs:LCCR0_PAS (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dpxafb.c751 (lccr0 & LCCR0_PAS) == LCCR0_Pas && (lccr0 & LCCR0_SDS) == LCCR0_Sngl))
756 ((lccr0 & LCCR0_SDS) == LCCR0_Dual || (lccr0 & LCCR0_PAS) == LCCR0_Act))
1261 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Act;
1263 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Pas;
1313 ((inf->lccr0 & LCCR0_PAS) != LCCR0_Pas ||
1318 if ((inf->lccr0 & LCCR0_PAS) == LCCR0_Act &&
1321 if ((inf->lccr0 & LCCR0_PAS) == LCCR0_Pas &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-sa1100/
H A DSA-1100.h1916 #define LCCR0_PAS 0x00000080 /* Passive/Active display Select */ macro
1917 #define LCCR0_Pas (LCCR0_PAS*0) /* Passive display (STN) */
1918 #define LCCR0_Act (LCCR0_PAS*1) /* Active display (TFT) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pxa/
H A Dpxa-regs.h1880 #define LCCR0_PAS (1 << 7) /* Passive/Active display Select */ macro
1881 #define LCCR0_Pas (LCCR0_PAS*0) /* Passive display (STN) */
1882 #define LCCR0_Act (LCCR0_PAS*1) /* Active display (TFT) */

Completed in 134 milliseconds