Searched refs:LCCR3_BPP (Results 1 – 2 of 2) sorted by relevance
38 #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()