Home
last modified time | relevance | path

Searched refs:LCCR0 (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/Documentation/fb/
Dsa1100fb.txt20 displays are supported as long as the SDS bit is set in LCCR0; GPIO<9:2>
/linux-2.4.37.9/drivers/video/
Dsa1100fb.c1687 if ((LCCR0 != fbi->reg_lccr0) || (LCCR1 != fbi->reg_lccr1) || in sa1100fb_activate_var()
1908 LCCR0 = fbi->reg_lccr0 & ~LCCR0_LEN; in sa1100fb_enable_controller()
1911 LCCR0 |= LCCR0_LEN; in sa1100fb_enable_controller()
1925 DPRINTK("LCCR0 = 0x%08x\n", LCCR0); in sa1100fb_enable_controller()
1965 LCCR0 &= ~LCCR0_LDM; /* Enable LCD Disable Done Interrupt */ in sa1100fb_disable_controller()
1967 LCCR0 &= ~LCCR0_LEN; /* Disable LCD Controller */ in sa1100fb_disable_controller()
1983 LCCR0 |= LCCR0_LDM; in sa1100fb_handle_irq()
/linux-2.4.37.9/include/asm-arm/arch-sa1100/
DSA-1100.h1906 #define LCCR0 __REG(0xB0100000) /* LCD Control Reg. 0 */ macro