Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dpxa2xx_lcd.c174 #define LCSR0_QD (1 << 7) macro
628 level |= (s->status[0] & LCSR0_QD) && !(s->control[0] & LCCR0_QDM); in pxa2xx_lcdc_int_update()
856 s->status[0] |= LCSR0_QD; in pxa2xx_lcdc_write()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2221 #define LCSR0_QD (1 << 7) /* quick disable */ macro