Home
last modified time | relevance | path

Searched defs:LCSR1_IU (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dpxa3xx-regs.h158 #define LCSR1_IU(x) (1 << ((x) + 23)) /* Input FIFO underrun */ macro
/openbmc/qemu/hw/display/
H A Dpxa2xx_lcd.c184 #define LCSR1_IU(ch) (1 << (ch + 23)) macro