Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dpxa3xx-regs.h171 #define OVLxC2_YPOS(x) (((x) & 0x3ff) << 10) /* Vertical Position */ macro
H A Dpxafb.c856 ofb->control[1] = OVLxC2_XPOS(xpos) | OVLxC2_YPOS(ypos); in overlayfb_set_par()