Home
last modified time | relevance | path

Searched refs:LCCR0_SDS (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dpxa3xx-regs.h61 #define LCCR0_SDS (1 << 2) /* Single/Dual Panel Display Select */ macro
62 #define LCCR0_Sngl (LCCR0_SDS*0) /* Single panel display */
63 #define LCCR0_Dual (LCCR0_SDS*1) /* Dual panel display */
H A Dpxafb.c558 if (fbi->lccr0 & LCCR0_SDS) in pxafb_pan_display()
1119 if (fbi->lccr0 & LCCR0_SDS) { in setup_base_frame()
1334 if ((fbi->lccr0 & LCCR0_SDS) == LCCR0_Dual) in setup_parallel_timing()
1397 ((fbi->lccr0 & LCCR0_SDS) && in pxafb_activate_var()
1468 if (fbi->lccr0 & LCCR0_SDS) in pxafb_enable_controller()
1741 fbi->lccr0 = LCCR0_CMS | LCCR0_SDS; in pxafb_decode_mach_info()
1747 fbi->lccr0 = LCCR0_SDS; in pxafb_decode_mach_info()
1992 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Sngl; in parse_opt()
1994 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Dual; in parse_opt()
2075 (inf->lccr0 & LCCR0_SDS) != LCCR0_Sngl || in pxafb_check_options()
[all …]
/openbmc/u-boot/drivers/video/
H A Dpxa_lcd.c440 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()
557 #define BYTES_PER_PANEL ((fbi->reg_lccr0 & LCCR0_SDS) ? \ in pxafb_init()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1662 #define LCCR0_SDS 0x00000004 /* Single/Dual panel display */ macro
1664 #define LCCR0_Sngl (LCCR0_SDS*0) /* Single panel display */
1665 #define LCCR0_Dual (LCCR0_SDS*1) /* Dual panel display */
/openbmc/linux/Documentation/fb/
H A Dpxafb.rst57 single | dual => LCCR0_SDS
/openbmc/u-boot/include/
H A DSA-1100.h2693 #define LCCR0_SDS 0x00000004 /* Single/Dual panel display */ macro
2695 #define LCCR0_Sngl (LCCR0_SDS*0) /* Single panel display */
2696 #define LCCR0_Dual (LCCR0_SDS*1) /* Dual panel display */
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2114 #define LCCR0_SDS (1 << 2) /* Single Panel = 0, Dual Panel = 1 */ macro