Searched refs:dstbase (Results 1 – 2 of 2) sorted by relevance
107 u32 srcbase = 0, dstbase = 0; in SiS300SubsequentScreenToScreenCopy() local114 dstbase = ivideo->video_linelength * dst_y; in SiS300SubsequentScreenToScreenCopy()119 SiS300SetupDSTBase(dstbase); in SiS300SubsequentScreenToScreenCopy()148 u32 dstbase = 0; in SiS300SubsequentSolidFillRect() local151 dstbase = ivideo->video_linelength * y; in SiS300SubsequentSolidFillRect()154 SiS300SetupDSTBase(dstbase) in SiS300SubsequentSolidFillRect()194 u32 srcbase = 0, dstbase = 0; in SiS310SubsequentScreenToScreenCopy() local211 dstbase = ivideo->video_linelength * mymin; in SiS310SubsequentScreenToScreenCopy()221 dstbase = ivideo->video_linelength * dst_y; in SiS310SubsequentScreenToScreenCopy()227 dstbase += ivideo->video_offset; in SiS310SubsequentScreenToScreenCopy()[all …]
854 u32 dstbase = 0; in tdfxfb_fillrect() local863 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() local911 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() local989 dstbase = stride * dy; in tdfxfb_imageblit()[all …]