Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/sis/
Dsis_accel.c120 u32 srcbase = 0, dstbase = 0; in SiS300SubsequentScreenToScreenCopy() local
127 dstbase = ivideo->video_linelength * dst_y; in SiS300SubsequentScreenToScreenCopy()
132 SiS300SetupDSTBase(dstbase); in SiS300SubsequentScreenToScreenCopy()
161 u32 dstbase = 0; in SiS300SubsequentSolidFillRect() local
164 dstbase = ivideo->video_linelength * y; in SiS300SubsequentSolidFillRect()
167 SiS300SetupDSTBase(dstbase) in SiS300SubsequentSolidFillRect()
207 u32 srcbase = 0, dstbase = 0; in SiS310SubsequentScreenToScreenCopy() local
224 dstbase = ivideo->video_linelength * mymin; in SiS310SubsequentScreenToScreenCopy()
234 dstbase = ivideo->video_linelength * dst_y; in SiS310SubsequentScreenToScreenCopy()
240 dstbase += ivideo->video_offset; in SiS310SubsequentScreenToScreenCopy()
[all …]
/Linux-v4.19/drivers/video/fbdev/
Dtdfxfb.c854 u32 dstbase = 0; in tdfxfb_fillrect() local
863 dstbase = stride * dy; in tdfxfb_fillrect()
868 dstbase += dx * bpp >> 3; in tdfxfb_fillrect()
879 tdfx_outl(par, DSTBASE, dstbase); in tdfxfb_fillrect()
896 u32 dstbase = 0; in tdfxfb_copyarea() local
911 dstbase = stride * dy; in tdfxfb_copyarea()
916 dstbase += dx * bpp >> 3; in tdfxfb_copyarea()
941 tdfx_outl(par, DSTBASE, dstbase); in tdfxfb_copyarea()
957 u32 dstbase = 0; in tdfxfb_imageblit() local
989 dstbase = stride * dy; in tdfxfb_imageblit()
[all …]
/Linux-v4.19/fs/ntfs/
Drunlist.c47 static inline void ntfs_rl_mc(runlist_element *dstbase, int dst, in ntfs_rl_mc() argument
51 memcpy(dstbase + dst, srcbase + src, size * sizeof(*dstbase)); in ntfs_rl_mc()