Searched refs:dstbase (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dsis_accel.c121 u32 srcbase = 0, dstbase = 0; local
128 dstbase = ivideo->video_linelength * dst_y;
133 SiS300SetupDSTBase(dstbase);
162 u32 dstbase = 0; local
165 dstbase = ivideo->video_linelength * y;
168 SiS300SetupDSTBase(dstbase)
208 u32 srcbase = 0, dstbase = 0; local
225 dstbase = ivideo->video_linelength * mymin;
235 dstbase = ivideo->video_linelength * dst_y;
241 dstbase
264 u32 dstbase = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/video/
H A Dtdfx.h171 unsigned long dstbase; member in struct:banshee_reg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Drunlist.c70 * @dstbase:
80 static void ntfs_rl_mc(runlist_element *dstbase, int dst, argument
84 memcpy(dstbase + dst, srcbase + src, size * sizeof(*dstbase));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Drunlist.c44 * It is up to the caller to serialize access to the runlists @dstbase and
47 static inline void ntfs_rl_mc(runlist_element *dstbase, int dst, argument
51 memcpy(dstbase + dst, srcbase + src, size * sizeof(*dstbase));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dtdfxfb.c413 tdfx_outl(par, DSTBASE, reg->dstbase);
713 reg.dstbase = reg.startaddr;

Completed in 90 milliseconds