Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dpxa_lcd.c456 (!(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()
/external/u-boot/include/
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) */
/external/u-boot/arch/arm/include/asm/arch-pxa/
Dpxa-regs.h2119 #define LCCR0_PAS (1 << 7) /* Passive = 0, Active = 1 */ macro