Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dpxa3xx-regs.h161 #define LCSR1_SOF(x) (1 << ((x) - 1)) /* Start of Frame Status */ macro
/openbmc/qemu/hw/display/
H A Dpxa2xx_lcd.c181 #define LCSR1_SOF(ch) (1 << (ch - 1)) macro