Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
Dregs-lcd.h38 #define LCCR3_BPP(x) ((((x) & 0x7) << 24) | (((x) & 0x8) ? (1 << 29) : 0)) macro
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dpxafb.c83 LCCR3_PCD | LCCR3_BPP(0xf))
296 lccr3 = LCCR3_BPP(bpp); in pxafb_var_to_lccr3()