Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dsa1100fb.c284 shadow.lccr0 = LCCR0_LEN + LCCR0_Dual + LCCR0_LDM; in sa1100fb_check_shadow()
552 lccr0: LCCR0_Color | LCCR0_Dual | LCCR0_Pas,
646 lccr0: LCCR0_Color | LCCR0_Dual | LCCR0_Pas,
799 lccr0: LCCR0_Color | LCCR0_Dual | LCCR0_Pas,
1645 if (fbi->lccr0 & LCCR0_Dual) in sa1100fb_activate_var()
1838 (fbi->reg_lccr0 & (LCCR0_Dual|LCCR0_Act)) != 0) { in sa1100fb_setup_gpio()
1842 (fbi->reg_lccr0 & (LCCR0_Dual|LCCR0_Act)) == LCCR0_Dual) in sa1100fb_setup_gpio()
/linux-2.4.37.9/include/asm-arm/arch-sa1100/
DSA-1100.h1923 #define LCCR0_Dual (LCCR0_SDS*1) /* Dual panel display */ macro