Searched refs:LCCR3_BPP (Results 1 – 3 of 3) sorted by relevance
36 #define LCCR3_BPP(x) ((((x) & 0x7) << 24) | (((x) & 0x8) ? (1 << 29) : 0)) macro
83 LCCR3_PCD | LCCR3_BPP(0xf))296 lccr3 = LCCR3_BPP(bpp); in pxafb_var_to_lccr3()
2197 #define LCCR3_BPP Fld (3, 24) /* Bit Per Pixel */ macro2199 ((((Bpp&0x7) << FShft (LCCR3_BPP)))|(((Bpp&0x8)<<26)))