Searched refs:LCCR0_SDS (Results 1 – 2 of 2) sorted by relevance
61 #define LCCR0_SDS (1 << 2) /* Single/Dual Panel Display Select */ macro62 #define LCCR0_Sngl (LCCR0_SDS*0) /* Single panel display */63 #define LCCR0_Dual (LCCR0_SDS*1) /* Dual panel display */
558 if (fbi->lccr0 & LCCR0_SDS) in pxafb_pan_display()1106 if (fbi->lccr0 & LCCR0_SDS) { in setup_base_frame()1321 if ((fbi->lccr0 & LCCR0_SDS) == LCCR0_Dual) in setup_parallel_timing()1384 ((fbi->lccr0 & LCCR0_SDS) && in pxafb_activate_var()1455 if (fbi->lccr0 & LCCR0_SDS) in pxafb_enable_controller()1728 fbi->lccr0 = LCCR0_CMS | LCCR0_SDS; in pxafb_decode_mach_info()1734 fbi->lccr0 = LCCR0_SDS; in pxafb_decode_mach_info()1979 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Sngl; in parse_opt()1981 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Dual; in parse_opt()2062 (inf->lccr0 & LCCR0_SDS) != LCCR0_Sngl || in pxafb_check_options()[all …]
Completed in 70 milliseconds