Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dregs-lcd.h82 #define LCCR0_LCDT (1 << 22) /* LCD panel type */ macro
/linux-4.1.27/drivers/video/fbdev/
Dpxafb.c416 if (!(fbi->lccr0 & LCCR0_LCDT)) { in pxafb_adjust_timing()
1297 if (!(fbi->lccr0 & LCCR0_LCDT)) in pxafb_smart_init()
1370 if (fbi->lccr0 & LCCR0_LCDT) in pxafb_activate_var()
1440 if (fbi->lccr0 & LCCR0_LCDT) in pxafb_enable_controller()
1461 if (fbi->lccr0 & LCCR0_LCDT) { in pxafb_disable_controller()
1755 fbi->lccr0 = LCCR0_LCDT | LCCR0_PAS; in pxafb_decode_mach_info()