Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/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-6.1.9/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()