Searched refs:dstbase (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/sis/
H A Dsis_accel.c120 u32 srcbase = 0, dstbase = 0; SiS300SubsequentScreenToScreenCopy() local
127 dstbase = ivideo->video_linelength * dst_y; SiS300SubsequentScreenToScreenCopy()
132 SiS300SetupDSTBase(dstbase); SiS300SubsequentScreenToScreenCopy()
161 u32 dstbase = 0; SiS300SubsequentSolidFillRect() local
164 dstbase = ivideo->video_linelength * y; SiS300SubsequentSolidFillRect()
167 SiS300SetupDSTBase(dstbase) SiS300SubsequentSolidFillRect()
207 u32 srcbase = 0, dstbase = 0; SiS310SubsequentScreenToScreenCopy() local
224 dstbase = ivideo->video_linelength * mymin; SiS310SubsequentScreenToScreenCopy()
234 dstbase = ivideo->video_linelength * dst_y; SiS310SubsequentScreenToScreenCopy()
240 dstbase += ivideo->video_offset; SiS310SubsequentScreenToScreenCopy()
243 SiS310SetupDSTBase(dstbase); SiS310SubsequentScreenToScreenCopy()
263 u32 dstbase = 0; SiS310SubsequentSolidFillRect() local
266 dstbase = ivideo->video_linelength * y; SiS310SubsequentSolidFillRect()
269 dstbase += ivideo->video_offset; SiS310SubsequentSolidFillRect()
270 SiS310SetupDSTBase(dstbase) SiS310SubsequentSolidFillRect()
/linux-4.1.27/drivers/video/fbdev/
H A Dtdfxfb.c872 u32 dstbase = 0; tdfxfb_fillrect() local
881 dstbase = stride * dy; tdfxfb_fillrect()
886 dstbase += dx * bpp >> 3; tdfxfb_fillrect()
897 tdfx_outl(par, DSTBASE, dstbase); tdfxfb_fillrect()
914 u32 dstbase = 0; tdfxfb_copyarea() local
929 dstbase = stride * dy; tdfxfb_copyarea()
934 dstbase += dx * bpp >> 3; tdfxfb_copyarea()
959 tdfx_outl(par, DSTBASE, dstbase); tdfxfb_copyarea()
975 u32 dstbase = 0; tdfxfb_imageblit() local
1007 dstbase = stride * dy; tdfxfb_imageblit()
1012 dstbase += dx * bpp >> 3; tdfxfb_imageblit()
1016 tdfx_outl(par, DSTBASE, dstbase); tdfxfb_imageblit()
/linux-4.1.27/fs/ntfs/
H A Drunlist.c44 * It is up to the caller to serialize access to the runlists @dstbase and
47 static inline void ntfs_rl_mc(runlist_element *dstbase, int dst, ntfs_rl_mc() argument
51 memcpy(dstbase + dst, srcbase + src, size * sizeof(*dstbase)); ntfs_rl_mc()

Completed in 245 milliseconds