Searched refs:lccr0 (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | pxa_lcd.c | 432 u_long lccr0; in pxafb_setup_gpio() local 438 lccr0 = vid->pxa.reg_lccr0; in pxafb_setup_gpio() 441 if ((lccr0 & LCCR0_CMS) && (lccr0 & LCCR0_SDS) && !(lccr0 & LCCR0_DPD)) in pxafb_setup_gpio() 456 else if (((lccr0 & LCCR0_CMS) && ((lccr0 & LCCR0_SDS) || (lccr0 & LCCR0_DPD))) || in pxafb_setup_gpio() 457 (!(lccr0 & LCCR0_CMS) && !(lccr0 & LCCR0_PAS) && !(lccr0 & LCCR0_SDS))) in pxafb_setup_gpio() 475 else if (!(lccr0 & LCCR0_CMS) && ((lccr0 & LCCR0_SDS) || (lccr0 & LCCR0_PAS))) in pxafb_setup_gpio()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | pxafb.c | 420 if (!(fbi->lccr0 & LCCR0_LCDT)) { in pxafb_adjust_timing() 558 if (fbi->lccr0 & LCCR0_SDS) in pxafb_pan_display() 1122 if (fbi->lccr0 & LCCR0_SDS) { in setup_base_frame() 1299 if (!(fbi->lccr0 & LCCR0_LCDT)) in pxafb_smart_init() 1337 if ((fbi->lccr0 & LCCR0_SDS) == LCCR0_Dual) in setup_parallel_timing() 1372 if (fbi->lccr0 & LCCR0_LCDT) in pxafb_activate_var() 1380 fbi->reg_lccr0 = fbi->lccr0 | in pxafb_activate_var() 1400 ((fbi->lccr0 & LCCR0_SDS) && in pxafb_activate_var() 1460 if (fbi->lccr0 & LCCR0_LCDT) in pxafb_enable_controller() 1471 if (fbi->lccr0 & LCCR0_SDS) in pxafb_enable_controller() [all …]
|
| H 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() 830 lccr0 &= ~LCCR0_LDM; /* Enable LCD Disable Done Interrupt */ 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() [all …]
|
| H A D | sa1100fb.h | 27 unsigned long lccr0; member
|
| H A D | pxafb.h | 127 u_int lccr0; member
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/ |
| H A D | lart.c | 45 .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,
|
| H A D | h3100.c | 70 .lccr0 = LCCR0_Mono | LCCR0_4PixMono | LCCR0_Sngl | LCCR0_Pas,
|
| H A D | shannon.c | 74 .lccr0 = LCCR0_Color | LCCR0_Dual | LCCR0_Pas,
|
| H A D | h3600.c | 79 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
|
| H A D | assabet.c | 404 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act, 430 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
|
| H A D | collie.c | 356 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H 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)
|
| /OK3568_Linux_fs/kernel/include/video/ |
| H A D | sa1100fb.h | 52 u_int lccr0; member
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | video-pxafb.h | 131 u_int lccr0; member
|