Searched refs:lccr0 (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/ |
D | pxafb.c | 416 if (!(fbi->lccr0 & LCCR0_LCDT)) { in pxafb_adjust_timing() 554 if (fbi->lccr0 & LCCR0_SDS) in pxafb_pan_display() 1118 if (fbi->lccr0 & LCCR0_SDS) { in setup_base_frame() 1297 if (!(fbi->lccr0 & LCCR0_LCDT)) in pxafb_smart_init() 1335 if ((fbi->lccr0 & LCCR0_SDS) == LCCR0_Dual) in setup_parallel_timing() 1370 if (fbi->lccr0 & LCCR0_LCDT) in pxafb_activate_var() 1378 fbi->reg_lccr0 = fbi->lccr0 | in pxafb_activate_var() 1398 ((fbi->lccr0 & LCCR0_SDS) && in pxafb_activate_var() 1440 if (fbi->lccr0 & LCCR0_LCDT) in pxafb_enable_controller() 1451 if (fbi->lccr0 & LCCR0_SDS) in pxafb_enable_controller() [all …]
|
D | sa1100fb.c | 654 new_regs.lccr0 = fbi->inf->lccr0 | in sa1100fb_activate_var() 669 if (fbi->inf->lccr0 & LCCR0_Dual) in sa1100fb_activate_var() 683 dev_dbg(fbi->dev, "nlccr0 = 0x%08lx\n", new_regs.lccr0); in sa1100fb_activate_var() 696 fbi->reg_lccr0 = new_regs.lccr0; in sa1100fb_activate_var() 818 u32 lccr0; in sa1100fb_disable_controller() local 831 lccr0 = readl_relaxed(fbi->base + LCCR0); in sa1100fb_disable_controller() 832 lccr0 &= ~LCCR0_LDM; /* Enable LCD Disable Done Interrupt */ in sa1100fb_disable_controller() 833 writel_relaxed(lccr0, fbi->base + LCCR0); in sa1100fb_disable_controller() 834 lccr0 &= ~LCCR0_LEN; /* Disable LCD Controller */ in sa1100fb_disable_controller() 835 writel_relaxed(lccr0, fbi->base + LCCR0); in sa1100fb_disable_controller() [all …]
|
D | sa1100fb.h | 25 unsigned long lccr0; member
|
D | pxafb.h | 127 u_int lccr0; member
|
/linux-4.1.27/arch/arm/mach-sa1100/ |
D | lart.c | 44 .lccr0 = LCCR0_Mono | LCCR0_Sngl | LCCR0_Pas | LCCR0_4PixMono, 57 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act, 72 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act, 86 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
|
D | shannon.c | 70 .lccr0 = LCCR0_Color | LCCR0_Dual | LCCR0_Pas,
|
D | h3100.c | 74 .lccr0 = LCCR0_Mono | LCCR0_4PixMono | LCCR0_Sngl | LCCR0_Pas,
|
D | h3600.c | 83 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
|
D | assabet.c | 378 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act, 404 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
|
D | collie.c | 348 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
|
/linux-4.1.27/Documentation/fb/ |
D | sa1100fb.txt | 14 video=sa1100fb:bpp:<value>,lccr0:<value>,lccr1:<value>,lccr2:<value>,lccr3:<value> 33 lccr0:<value> Configure LCD control register 0 (11.7.3)
|
/linux-4.1.27/include/video/ |
D | sa1100fb.h | 52 u_int lccr0; member
|
/linux-4.1.27/include/linux/platform_data/ |
D | video-pxafb.h | 134 u_int lccr0; member
|