Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dpxa3xx-regs.h81 #define LCCR0_LCDT (1 << 22) /* LCD panel type */ macro
H A Dpxafb.c420 if (!(fbi->lccr0 & LCCR0_LCDT)) { in pxafb_adjust_timing()
1296 if (!(fbi->lccr0 & LCCR0_LCDT)) in pxafb_smart_init()
1369 if (fbi->lccr0 & LCCR0_LCDT) in pxafb_activate_var()
1457 if (fbi->lccr0 & LCCR0_LCDT) in pxafb_enable_controller()
1478 if (fbi->lccr0 & LCCR0_LCDT) { in pxafb_disable_controller()
1753 fbi->lccr0 = LCCR0_LCDT | LCCR0_PAS; in pxafb_decode_mach_info()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2129 #define LCCR0_LCDT (1 << 22) /* LCD Panel Type */ macro