Searched refs:_dst (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/ |
| H A D | drm_cache.c | 229 void __iomem *_dst = dst->vaddr_iomem; in memcpy_fallback() local 233 memcpy_toio(_dst, bounce, MEMCPY_BOUNCE_SIZE); in memcpy_fallback() 235 _dst += MEMCPY_BOUNCE_SIZE; in memcpy_fallback() 240 memcpy_toio(_dst, bounce, MEMCPY_BOUNCE_SIZE); in memcpy_fallback()
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe.h | 251 #define XGBE_LM_COPY(_dst, _dname, _src, _sname) \ argument 252 bitmap_copy((_dst)->link_modes._dname, \
|
| /linux/sound/pci/emu10k1/ |
| H A D | emufx.c | 737 struct snd_emu10k1_fx8010_control_gpr __user *_dst; in copy_gctl_to_user() local 740 _dst = (struct snd_emu10k1_fx8010_control_gpr __user *)dst; in copy_gctl_to_user() 742 return copy_to_user(&_dst[idx], src, sizeof(*src)); in copy_gctl_to_user()
|
| /linux/sound/pci/cs46xx/ |
| H A D | cs46xx_lib.c | 331 u32 *_dst = dst; in memcpy_le32() 335 *_dst++ = le32_to_cpu(*_src++); in memcpy_le32()
|