Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/sis/
Dsis_accel.c107 u32 srcbase = 0, dstbase = 0; in SiS300SubsequentScreenToScreenCopy() local
114 dstbase = ivideo->video_linelength * dst_y; in SiS300SubsequentScreenToScreenCopy()
119 SiS300SetupDSTBase(dstbase); in SiS300SubsequentScreenToScreenCopy()
148 u32 dstbase = 0; in SiS300SubsequentSolidFillRect() local
151 dstbase = ivideo->video_linelength * y; in SiS300SubsequentSolidFillRect()
154 SiS300SetupDSTBase(dstbase) in SiS300SubsequentSolidFillRect()
194 u32 srcbase = 0, dstbase = 0; in SiS310SubsequentScreenToScreenCopy() local
211 dstbase = ivideo->video_linelength * mymin; in SiS310SubsequentScreenToScreenCopy()
221 dstbase = ivideo->video_linelength * dst_y; in SiS310SubsequentScreenToScreenCopy()
227 dstbase += ivideo->video_offset; in SiS310SubsequentScreenToScreenCopy()
[all …]
/linux-5.19.10/drivers/video/fbdev/
Dtdfxfb.c853 u32 dstbase = 0; in tdfxfb_fillrect() local
862 dstbase = stride * dy; in tdfxfb_fillrect()
867 dstbase += dx * bpp >> 3; in tdfxfb_fillrect()
878 tdfx_outl(par, DSTBASE, dstbase); in tdfxfb_fillrect()
895 u32 dstbase = 0; in tdfxfb_copyarea() local
910 dstbase = stride * dy; in tdfxfb_copyarea()
915 dstbase += dx * bpp >> 3; in tdfxfb_copyarea()
940 tdfx_outl(par, DSTBASE, dstbase); in tdfxfb_copyarea()
956 u32 dstbase = 0; in tdfxfb_imageblit() local
988 dstbase = stride * dy; in tdfxfb_imageblit()
[all …]
/linux-5.19.10/fs/ntfs/
Drunlist.c33 static inline void ntfs_rl_mc(runlist_element *dstbase, int dst, in ntfs_rl_mc() argument
37 memcpy(dstbase + dst, srcbase + src, size * sizeof(*dstbase)); in ntfs_rl_mc()