Home
last modified time | relevance | path

Searched refs:lccr0 (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/video/fbdev/
A Dpxafb.c1478 uint32_t lccr0; in pxafb_disable_controller() local
1747 fbi->lccr0 = 0; in pxafb_decode_mach_info()
1760 fbi->lccr0 = inf->lccr0; in pxafb_decode_mach_info()
1988 inf->lccr0 = (inf->lccr0 & ~LCCR0_CMS) | LCCR0_Color; in parse_opt()
1990 inf->lccr0 = (inf->lccr0 & ~LCCR0_CMS) | LCCR0_Mono; in parse_opt()
1992 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Act; in parse_opt()
1994 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Pas; in parse_opt()
1996 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Sngl; in parse_opt()
1998 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Dual; in parse_opt()
2000 inf->lccr0 = (inf->lccr0 & ~LCCR0_DPD) | LCCR0_4PixMono; in parse_opt()
[all …]
A Dsa1100fb.c652 new_regs.lccr0 = fbi->inf->lccr0 | in sa1100fb_activate_var()
667 if (fbi->inf->lccr0 & LCCR0_Dual) in sa1100fb_activate_var()
694 fbi->reg_lccr0 = new_regs.lccr0; in sa1100fb_activate_var()
816 u32 lccr0; in sa1100fb_disable_controller() local
829 lccr0 = readl_relaxed(fbi->base + LCCR0); in sa1100fb_disable_controller()
831 writel_relaxed(lccr0, fbi->base + LCCR0); in sa1100fb_disable_controller()
832 lccr0 &= ~LCCR0_LEN; /* Disable LCD Controller */ in sa1100fb_disable_controller()
833 writel_relaxed(lccr0, fbi->base + LCCR0); in sa1100fb_disable_controller()
852 writel_relaxed(lccr0, fbi->base + LCCR0); in sa1100fb_handle_irq()
1242 lcd_shadow.lccr0 = in sa1100fb_setup()
[all …]
A Dsa1100fb.h27 unsigned long lccr0; member
A Dpxafb.h127 u_int lccr0; member
/linux/arch/arm/mach-sa1100/
A Dlart.c45 .lccr0 = LCCR0_Mono | LCCR0_Sngl | LCCR0_Pas | LCCR0_4PixMono,
58 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
73 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
87 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
A Dh3100.c70 .lccr0 = LCCR0_Mono | LCCR0_4PixMono | LCCR0_Sngl | LCCR0_Pas,
A Dh3600.c79 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
A Dshannon.c74 .lccr0 = LCCR0_Color | LCCR0_Dual | LCCR0_Pas,
A Dassabet.c402 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
428 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
A Dcollie.c370 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
/linux/Documentation/fb/
A Dsa1100fb.rst16 video=sa1100fb:bpp:<value>,lccr0:<value>,lccr1:<value>,lccr2:<value>,lccr3:<value>
35 lccr0:<value> Configure LCD control register 0 (11.7.3)
/linux/include/video/
A Dsa1100fb.h52 u_int lccr0; member
/linux/include/linux/platform_data/
A Dvideo-pxafb.h131 u_int lccr0; member

Completed in 16 milliseconds