Home
last modified time | relevance | path

Searched refs:LCCR0_SDS (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-arm/arch-sa1100/
DSA-1100.h1920 #define LCCR0_SDS 0x00000004 /* Single/Dual panel display */ macro
1922 #define LCCR0_Sngl (LCCR0_SDS*0) /* Single panel display */
1923 #define LCCR0_Dual (LCCR0_SDS*1) /* Dual panel display */
/linux-2.4.37.9/drivers/video/
Dsa1100fb.c2392 lccr0 & LCCR0_SDS) ? ((lcd_shadow. in sa1100fb_setup()