Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dpxa2xx_lcd.c163 #define CCR_CEN (1 << 31) macro
921 if (!(s->ccr & CCR_CEN) && (value & CCR_CEN)) { in pxa2xx_lcdc_write()
926 s->dma_ch[5].up = !!(value & CCR_CEN); in pxa2xx_lcdc_write()