Lines Matching refs:pSrc
142 void * pSrc = (void *)pSrcAddr; \
143 if( (u32Dst % 4) || ((unsigned long)pSrc % 4) ) \
147 ((volatile unsigned char *)u32Dst)[u32I] = ((volatile unsigned char *)pSrc)[u32I]; \
154 ((volatile unsigned long *)u32Dst)[u32I] = ((volatile unsigned long *)pSrc)[u32I]; \
157 pSrc = (void *)((unsigned long)pSrc + u32I*4); \
162 … ((volatile unsigned char *)u32Dst)[u32I] = ((volatile unsigned char *)pSrc)[u32I]; \
174 void * pSrc = (void *)pSrcAddr; \
175 if( (virtDst % 4) || ((MS_VIRT)pSrc % 4) ) \
179 ((volatile MS_U8 *)virtDst)[u32I] = ((volatile MS_U8 *)pSrc)[u32I]; \
186 ((volatile MS_U32 *)virtDst)[u32I] = ((volatile MS_U32 *)pSrc)[u32I]; \
189 pSrc = (void *)((MS_VIRT)pSrc + u32I*4); \
194 ((volatile MS_U8 *)virtDst)[u32I] = ((volatile MS_U8 *)pSrc)[u32I]; \