Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dpxa_lcd.c457 (!(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()
/rk3399_rockchip-uboot/include/
H A DSA-1100.h2704 #define LCCR0_PAS 0x00000080 /* Passive/Active display Select */ macro
2705 #define LCCR0_Pas (LCCR0_PAS*0) /* Passive display (STN) */
2706 #define LCCR0_Act (LCCR0_PAS*1) /* Active display (TFT) */
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2119 #define LCCR0_PAS (1 << 7) /* Passive = 0, Active = 1 */ macro