Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dpxa3xx-regs.h102 #define LCCR2_LPP Fld (10, 0) /* Line Per Panel - 1 */ macro
103 #define LCCR2_DisHght(Line) (((Line) - 1) << FShft (LCCR2_LPP))
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1731 #define LCCR2_LPP Fld (10, 0) /* Line Per Panel - 1 */ macro
1733 (((Line) - 1) << FShft (LCCR2_LPP))
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2156 #define LCCR2_LPP Fld (10, 0) /* Line Per Panel - 1 */ macro
2158 (((Line) - 1) << FShft (LCCR2_LPP))
/openbmc/qemu/hw/display/
H A Dpxa2xx_lcd.c150 #define LCCR2_LPP(x) ((x) & 0x3ff) macro
1243 height = LCCR2_LPP(s->control[2]) + 1; in pxa2xx_lcdc_resize()
/openbmc/u-boot/include/
H A DSA-1100.h2762 #define LCCR2_LPP Fld (10, 0) /* Line Per Panel - 1 */ macro
2764 (((Line) - 1) << FShft (LCCR2_LPP))