Home
last modified time | relevance | path

Searched refs:LCCR2_DisHght (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/video/fbdev/
H A Dpxa3xx-regs.h103 #define LCCR2_DisHght(Line) (((Line) - 1) << FShft (LCCR2_LPP)) macro
H A Dsa1100fb.c671 LCCR2_DisHght(yres) + in sa1100fb_activate_var()
H A Dpxafb.c1249 fbi->reg_lccr2 = LCCR2_DisHght(var->yres); in setup_smart_timing()
1338 LCCR2_DisHght(lines_per_panel) + in setup_parallel_timing()
/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1732 #define LCCR2_DisHght(Line) /* Display Height [1..1024 lines] */ \ macro