Searched refs:dstbase (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/ |
D | sis_accel.c | 107 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 …]
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
D | tdfxfb.c | 855 u32 dstbase = 0; in tdfxfb_fillrect() local 864 dstbase = stride * dy; in tdfxfb_fillrect() 869 dstbase += dx * bpp >> 3; in tdfxfb_fillrect() 880 tdfx_outl(par, DSTBASE, dstbase); in tdfxfb_fillrect() 897 u32 dstbase = 0; in tdfxfb_copyarea() local 912 dstbase = stride * dy; in tdfxfb_copyarea() 917 dstbase += dx * bpp >> 3; in tdfxfb_copyarea() 942 tdfx_outl(par, DSTBASE, dstbase); in tdfxfb_copyarea() 958 u32 dstbase = 0; in tdfxfb_imageblit() local 990 dstbase = stride * dy; in tdfxfb_imageblit() [all …]
|
/kernel/linux/linux-5.10/fs/ntfs/ |
D | runlist.c | 33 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()
|