Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/
Dfb-puv3.c125 int dst_x0 = region->dx; in unifb_prim_fillrect() local
135 int dst_offset = dst_y0 * dst_pitch + dst_x0 * (m_iBpp / 8); in unifb_prim_fillrect()
156 dst_x0 = (dst_x0 & 0x1fff) | ((dst_y0 & 0x1fff) << 16); in unifb_prim_fillrect()
171 writel(dst_x0, UGE_DSTXY); in unifb_prim_fillrect()
213 int dst_x0 = area->dx; in unifb_prim_copyarea() local
225 int dst_offset = dst_y0 * dst_pitch + dst_x0 * (m_iBpp / 8); in unifb_prim_copyarea()
250 dst_x0 * (m_iBpp / 8); in unifb_prim_copyarea()
263 dst_x0 = (dst_x0 & 0x1fff) | ((dst_y0 & 0x1fff) << 16); in unifb_prim_copyarea()
278 writel(dst_x0, UGE_DSTXY); in unifb_prim_copyarea()