Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dpxa2xx_lcd.c67 uint32_t ovl1c[2]; member
772 return s->ovl1c[0]; in pxa2xx_lcdc_read()
774 return s->ovl1c[1]; in pxa2xx_lcdc_read()
870 s->dma_ch[1].up = (s->ovl1c[0] & OVLC1_EN) || (value & LCCR0_SDS); in pxa2xx_lcdc_write()
895 if (!(s->ovl1c[0] & OVLC1_EN) && (value & OVLC1_EN)) { in pxa2xx_lcdc_write()
898 s->ovl1c[0] = value & 0x80ffffff; in pxa2xx_lcdc_write()
903 s->ovl1c[1] = value & 0x000fffff; in pxa2xx_lcdc_write()
1406 VMSTATE_UINT32_ARRAY(ovl1c, PXA2xxLCDState, 2),