Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dpxa3xx-regs.h139 #define LCCR5_IUM(x) (1 << ((x) + 23)) /* input underrun mask */ macro
/openbmc/qemu/hw/display/
H A Dpxa2xx_lcd.c161 #define LCCR5_IUM(ch) (1 << (ch + 23)) macro