Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
Dregs-lcd.h169 #define OVLxC2_XPOS(x) (((x) & 0x3ff) << 0) /* Horizontal Position */ macro
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dpxafb.c858 ofb->control[1] = OVLxC2_XPOS(xpos) | OVLxC2_YPOS(ypos); in overlayfb_set_par()