Home
last modified time | relevance | path

Searched refs:LCCR0_Dual (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/arm/mach-sa1100/
Dshannon.c74 .lccr0 = LCCR0_Color | LCCR0_Dual | LCCR0_Pas,
/linux-6.1.9/drivers/video/fbdev/
Dpxa3xx-regs.h63 #define LCCR0_Dual (LCCR0_SDS*1) /* Dual panel display */ macro
Dsa1100fb.c667 if (fbi->inf->lccr0 & LCCR0_Dual) in sa1100fb_activate_var()
754 (fbi->reg_lccr0 & (LCCR0_Dual|LCCR0_Act)) != 0) { in sa1100fb_setup_gpio()
758 (fbi->reg_lccr0 & (LCCR0_Dual|LCCR0_Act)) == LCCR0_Dual) in sa1100fb_setup_gpio()
Dpxafb.c1337 if ((fbi->lccr0 & LCCR0_SDS) == LCCR0_Dual) in setup_parallel_timing()
1998 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Dual; in parse_opt()
2085 (inf->lccr0 & LCCR0_SDS) == LCCR0_Dual) in pxafb_check_options()
/linux-6.1.9/arch/arm/mach-sa1100/include/mach/
DSA-1100.h1665 #define LCCR0_Dual (LCCR0_SDS*1) /* Dual panel display */ macro