Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dpxa2xx_lcd.c152 #define LCCR3_BPP(x) ((((x) >> 24) & 7) | (((x) >> 26) & 8)) macro
883 s->bpp = LCCR3_BPP(value); in pxa2xx_lcdc_write()
1390 s->bpp = LCCR3_BPP(s->control[3]); in pxa2xx_lcdc_post_load()