Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dpxa2xx_lcd.c132 #define LCCR0_SDS (1 << 2) macro
870 s->dma_ch[1].up = (s->ovl1c[0] & OVLC1_EN) || (value & LCCR0_SDS); in pxa2xx_lcdc_write()
899 s->dma_ch[1].up = (value & OVLC1_EN) || (s->control[0] & LCCR0_SDS); in pxa2xx_lcdc_write()