Searched refs:dstbase (Results 1 – 2 of 2) sorted by relevance
120 u32 srcbase = 0, dstbase = 0; in SiS300SubsequentScreenToScreenCopy() local127 dstbase = ivideo->video_linelength * dst_y; in SiS300SubsequentScreenToScreenCopy()132 SiS300SetupDSTBase(dstbase); in SiS300SubsequentScreenToScreenCopy()161 u32 dstbase = 0; in SiS300SubsequentSolidFillRect() local164 dstbase = ivideo->video_linelength * y; in SiS300SubsequentSolidFillRect()167 SiS300SetupDSTBase(dstbase) in SiS300SubsequentSolidFillRect()207 u32 srcbase = 0, dstbase = 0; in SiS310SubsequentScreenToScreenCopy() local224 dstbase = ivideo->video_linelength * mymin; in SiS310SubsequentScreenToScreenCopy()234 dstbase = ivideo->video_linelength * dst_y; in SiS310SubsequentScreenToScreenCopy()240 dstbase += ivideo->video_offset; in SiS310SubsequentScreenToScreenCopy()[all …]
872 u32 dstbase = 0; in tdfxfb_fillrect() local881 dstbase = stride * dy; in tdfxfb_fillrect()886 dstbase += dx * bpp >> 3; in tdfxfb_fillrect()897 tdfx_outl(par, DSTBASE, dstbase); in tdfxfb_fillrect()914 u32 dstbase = 0; in tdfxfb_copyarea() local929 dstbase = stride * dy; in tdfxfb_copyarea()934 dstbase += dx * bpp >> 3; in tdfxfb_copyarea()959 tdfx_outl(par, DSTBASE, dstbase); in tdfxfb_copyarea()975 u32 dstbase = 0; in tdfxfb_imageblit() local1007 dstbase = stride * dy; in tdfxfb_imageblit()[all …]