Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dpxa_lcd.c441 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()
558 #define BYTES_PER_PANEL ((fbi->reg_lccr0 & LCCR0_SDS) ? \ in pxafb_init()
/rk3399_rockchip-uboot/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 */
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2114 #define LCCR0_SDS (1 << 2) /* Single Panel = 0, Dual Panel = 1 */ macro