Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dpxa_lcd.c431 u_long lccr0; in pxafb_setup_gpio() local
437 lccr0 = vid->pxa.reg_lccr0; in pxafb_setup_gpio()
440 if ((lccr0 & LCCR0_CMS) && (lccr0 & LCCR0_SDS) && !(lccr0 & LCCR0_DPD)) in pxafb_setup_gpio()
455 else if (((lccr0 & LCCR0_CMS) && ((lccr0 & LCCR0_SDS) || (lccr0 & LCCR0_DPD))) || in pxafb_setup_gpio()
456 (!(lccr0 & LCCR0_CMS) && !(lccr0 & LCCR0_PAS) && !(lccr0 & LCCR0_SDS))) in pxafb_setup_gpio()
474 else if (!(lccr0 & LCCR0_CMS) && ((lccr0 & LCCR0_SDS) || (lccr0 & LCCR0_PAS))) in pxafb_setup_gpio()
/openbmc/linux/drivers/video/fbdev/
H A Dpxafb.c420 if (!(fbi->lccr0 & LCCR0_LCDT)) { in pxafb_adjust_timing()
558 if (fbi->lccr0 & LCCR0_SDS) in pxafb_pan_display()
1119 if (fbi->lccr0 & LCCR0_SDS) { in setup_base_frame()
1296 if (!(fbi->lccr0 & LCCR0_LCDT)) in pxafb_smart_init()
1334 if ((fbi->lccr0 & LCCR0_SDS) == LCCR0_Dual) in setup_parallel_timing()
1369 if (fbi->lccr0 & LCCR0_LCDT) in pxafb_activate_var()
1377 fbi->reg_lccr0 = fbi->lccr0 | in pxafb_activate_var()
1397 ((fbi->lccr0 & LCCR0_SDS) && in pxafb_activate_var()
1457 if (fbi->lccr0 & LCCR0_LCDT) in pxafb_enable_controller()
1468 if (fbi->lccr0 & LCCR0_SDS) in pxafb_enable_controller()
[all …]
H A Dsa1100fb.c651 new_regs.lccr0 = fbi->inf->lccr0 | in sa1100fb_activate_var()
666 if (fbi->inf->lccr0 & LCCR0_Dual) in sa1100fb_activate_var()
680 dev_dbg(fbi->dev, "nlccr0 = 0x%08lx\n", new_regs.lccr0); in sa1100fb_activate_var()
693 fbi->reg_lccr0 = new_regs.lccr0; in sa1100fb_activate_var()
815 u32 lccr0; in sa1100fb_disable_controller() local
828 lccr0 = readl_relaxed(fbi->base + LCCR0); in sa1100fb_disable_controller()
829 lccr0 &= ~LCCR0_LDM; /* Enable LCD Disable Done Interrupt */ in sa1100fb_disable_controller()
830 writel_relaxed(lccr0, fbi->base + LCCR0); in sa1100fb_disable_controller()
831 lccr0 &= ~LCCR0_LEN; /* Disable LCD Controller */ in sa1100fb_disable_controller()
832 writel_relaxed(lccr0, fbi->base + LCCR0); in sa1100fb_disable_controller()
[all …]
H A Dsa1100fb.h27 unsigned long lccr0; member
H A Dpxafb.h127 u_int lccr0; member
/openbmc/linux/Documentation/fb/
H 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)
/openbmc/linux/include/video/
H A Dsa1100fb.h52 u_int lccr0; member
/openbmc/linux/arch/arm/mach-sa1100/
H A Dh3600.c78 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
H A Dassabet.c370 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
396 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
H A Dcollie.c338 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
/openbmc/linux/include/linux/platform_data/
H A Dvideo-pxafb.h130 u_int lccr0; member