Home
last modified time | relevance | path

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

/drivers/media/usb/pwc/
Dpwc-uncompress.c41 u16 *dsty, *dstu, *dstv; in pwc_decompress() local
74 dsty = (u16 *)(image); in pwc_decompress()
80 *dsty++ = *src++; in pwc_decompress()
81 *dsty++ = *src++; in pwc_decompress()
/drivers/video/fbdev/intelfb/
Dintelfbhw.h590 u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch,
Dintelfbhw.c1706 u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch, u32 bpp) in intelfbhw_do_bitblt() argument
1712 curx, cury, dstx, dsty, w, h, pitch, bpp); in intelfbhw_do_bitblt()
1720 br22 = (dstx << WIDTH_SHIFT) | (dsty << HEIGHT_SHIFT); in intelfbhw_do_bitblt()
1722 ((dsty + h) << HEIGHT_SHIFT); in intelfbhw_do_bitblt()
/drivers/gpu/drm/mga/
Dmga_state.c798 int dsty = pbox[i].y1 + blit->delta_dy; in mga_dma_dispatch_blit() local
811 MGA_YDSTLEN + MGA_EXEC, (dsty << 16) | h); in mga_dma_dispatch_blit()
/drivers/video/fbdev/aty/
Daty128fb.c2357 static inline void aty128_rectcopy(int srcx, int srcy, int dstx, int dsty,
2386 aty_st_le32(DST_Y_X, (dsty << 16) | dstx);