Searched refs:LCCR0_SDS (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Didp.c122 .lccr0 = LCCR0_SDS,
H A Dlubbock.c374 .lccr0 = LCCR0_SDS,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dpxafb.c626 if ((fbi->lccr0 & LCCR0_SDS) == LCCR0_Dual)
743 (lccr0 & LCCR0_SDS) == LCCR0_Sngl &&
749 ((lccr0 & LCCR0_SDS) == LCCR0_Dual || (lccr0 & LCCR0_DPD) == LCCR0_8PixMono)) ||
751 (lccr0 & LCCR0_PAS) == LCCR0_Pas && (lccr0 & LCCR0_SDS) == LCCR0_Sngl))
756 ((lccr0 & LCCR0_SDS) == LCCR0_Dual || (lccr0 & LCCR0_PAS) == LCCR0_Act))
1265 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Sngl;
1267 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Dual;
1314 (inf->lccr0 & LCCR0_SDS) != LCCR0_Sngl ||
1319 (inf->lccr0 & LCCR0_SDS) == LCCR0_Dual)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-sa1100/
H A DSA-1100.h1905 #define LCCR0_SDS 0x00000004 /* Single/Dual panel display */ macro
1907 #define LCCR0_Sngl (LCCR0_SDS*0) /* Single panel display */
1908 #define LCCR0_Dual (LCCR0_SDS*1) /* Dual panel display */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pxa/
H A Dpxa-regs.h1871 #define LCCR0_SDS (1 << 2) /* Single/Dual Panel Display */ macro
1873 #define LCCR0_Sngl (LCCR0_SDS*0) /* Single panel display */
1874 #define LCCR0_Dual (LCCR0_SDS*1) /* Dual panel display */

Completed in 201 milliseconds