Home
last modified time | relevance | path

Searched refs:LCCR3_BPP (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dpxa3xx-regs.h36 #define LCCR3_BPP(x) ((((x) & 0x7) << 24) | (((x) & 0x8) ? (1 << 29) : 0)) macro
H A Dpxafb.c83 LCCR3_PCD | LCCR3_BPP(0xf))
296 lccr3 = LCCR3_BPP(bpp); in pxafb_var_to_lccr3()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2197 #define LCCR3_BPP Fld (3, 24) /* Bit Per Pixel */ macro
2199 ((((Bpp&0x7) << FShft (LCCR3_BPP)))|(((Bpp&0x8)<<26)))