Searched refs:lccr0 (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/video/fbdev/ |
| A D | pxafb.c | 1475 uint32_t lccr0; in pxafb_disable_controller() local 1744 fbi->lccr0 = 0; in pxafb_decode_mach_info() 1757 fbi->lccr0 = inf->lccr0; in pxafb_decode_mach_info() 1984 inf->lccr0 = (inf->lccr0 & ~LCCR0_CMS) | LCCR0_Color; in parse_opt() 1986 inf->lccr0 = (inf->lccr0 & ~LCCR0_CMS) | LCCR0_Mono; in parse_opt() 1988 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Act; in parse_opt() 1990 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Pas; in parse_opt() 1992 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Sngl; in parse_opt() 1994 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Dual; in parse_opt() 1996 inf->lccr0 = (inf->lccr0 & ~LCCR0_DPD) | LCCR0_4PixMono; in parse_opt() [all …]
|
| A D | sa1100fb.c | 652 new_regs.lccr0 = fbi->inf->lccr0 | in sa1100fb_activate_var() 667 if (fbi->inf->lccr0 & LCCR0_Dual) in sa1100fb_activate_var() 681 dev_dbg(fbi->dev, "nlccr0 = 0x%08lx\n", new_regs.lccr0); 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() 851 u32 lccr0 = readl_relaxed(fbi->base + LCCR0) | LCCR0_LDM; in sa1100fb_handle_irq() local [all …]
|
| A D | sa1100fb.h | 27 unsigned long lccr0; member
|
| A D | pxafb.h | 127 u_int lccr0; member
|
| /linux/Documentation/fb/ |
| A D | sa1100fb.rst | 16 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 D | sa1100fb.h | 52 u_int lccr0; member
|
| /linux/include/linux/platform_data/ |
| A D | video-pxafb.h | 130 u_int lccr0; member
|
| /linux/arch/arm/mach-sa1100/ |
| A D | h3600.c | 103 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
|
| A D | assabet.c | 370 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act, 396 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
|
| A D | collie.c | 338 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
|
Completed in 19 milliseconds