Home
last modified time | relevance | path

Searched refs:pDstAddr (Results 1 – 25 of 52) sorted by relevance

123

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/drv/jpd/
H A Djpeg_def.h150 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) \
153 volatile MS_U8 *Dest = (volatile MS_U8 *)(pDstAddr); \
161 #define JPEG_memset(pDstAddr, u8value, u32Size) \
164 volatile MS_U8 *Dest = (volatile MS_U8 *)(pDstAddr); \
171 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument
172 #define JPEG_memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/drv/jpd_ex/
H A Djpeg_def.h150 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) \
153 volatile MS_U8 *Dest = (volatile MS_U8 *)(pDstAddr); \
161 #define JPEG_memset(pDstAddr, u8value, u32Size) \
164 volatile MS_U8 *Dest = (volatile MS_U8 *)(pDstAddr); \
171 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument
172 #define JPEG_memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
/utopia/UTPA2-700.0.x/modules/njpd/drv/njpd_ex/
H A Djpeg_def.h156 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) \
159 volatile MS_U8 *Dest = (volatile MS_U8 *)(pDstAddr); \
167 #define JPEG_memset(pDstAddr, u8value, u32Size) \
170 volatile MS_U8 *Dest = (volatile MS_U8 *)(pDstAddr); \
177 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument
178 #define JPEG_memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
H A Dnjpeg_def.h166 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) \
169 volatile MS_U8 *Dest = (volatile MS_U8 *)(pDstAddr); \
177 #define JPEG_memset(pDstAddr, u8value, u32Size) \
180 volatile MS_U8 *Dest = (volatile MS_U8 *)(pDstAddr); \
187 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument
188 #define JPEG_memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvAUDIO.h138 #define AU_memcpy( pDstAddr, pSrcAddr, u32Size) \ argument
141 register unsigned long u32Dst = (unsigned long)pDstAddr; \
170 #define AU_memcpy( pDstAddr, pSrcAddr, u32Size) \
173 register MS_VIRT virtDst = (MS_VIRT)pDstAddr; \
202 #define AU_Memset(pDstAddr, u8value, u32Size) \ argument
205 volatile MS_U8 *dst = (volatile MS_U8 *)(pDstAddr); \
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/hvd/
H A DdrvHVD_def.h274 #define HVD_memset( pDstAddr, u8value, u32Size) \ argument
277 volatile MS_U8 *Dest = (volatile MS_U8 *)(pDstAddr) ; \
290 #define HVD_memcpy( pDstAddr, pSrcAddr, u32Size) \
293 volatile MS_U8 *Dest = (volatile MS_U8 *)(pDstAddr ); \
301 #define HVD_memcpy( pDstAddr, pSrcAddr, u32Size) \ argument
304 register unsigned long u32Dst = (unsigned long)pDstAddr; \
468 #define HVD_UDMA_memcpy( pDstAddr, pSrcAddr, u32Size ) argument
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvAUDIO.h136 #define AU_memcpy( pDstAddr, pSrcAddr, u32Size) \ argument
139 register MS_VIRT virtDst = (MS_VIRT)pDstAddr; \
166 #define AU_Memset(pDstAddr, u8value, u32Size) \ argument
169 volatile MS_U8 *dst = (volatile MS_U8 *)(pDstAddr); \
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpeg_cmodel_def.h219 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument
220 #define JPEG_memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpeg_cmodel_def.h219 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument
220 #define JPEG_memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
/utopia/UTPA2-700.0.x/modules/vdec_v2/drv/hvd_ex/
H A DdrvHVD_def.h347 #define HVD_memcpy( pDstAddr, pSrcAddr, u32Size) \
350 volatile MS_U8 *Dest = (volatile MS_U8 *)(pDstAddr ); \
358 #define HVD_memcpy( pDstAddr, pSrcAddr, u32Size) \ argument
361 register unsigned long u32Dst = (unsigned long)pDstAddr; \
/utopia/UTPA2-700.0.x/modules/vdec_v3/drv/hvd_v3/
H A DdrvHVD_def.h349 #define HVD_memcpy( pDstAddr, pSrcAddr, u32Size) \
352 volatile MS_U8 *Dest = (volatile MS_U8 *)(pDstAddr ); \
360 #define HVD_memcpy( pDstAddr, pSrcAddr, u32Size) \ argument
363 register unsigned long u32Dst = (unsigned long)pDstAddr; \
/utopia/UTPA2-700.0.x/modules/vdec_lite/drv/hvd_lite/
H A DdrvHVD_def.h359 #define HVD_memcpy( pDstAddr, pSrcAddr, u32Size) \
362 volatile MS_U8 *Dest = (volatile MS_U8 *)(pDstAddr ); \
370 #define HVD_memcpy( pDstAddr, pSrcAddr, u32Size) \ argument
373 register unsigned long u32Dst = (unsigned long)pDstAddr; \
/utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/
H A DapiMJPEG_EX.c160 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument
161 #define JPEG_memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
167 #define _MJPEG_Memcpy(pDstAddr, pSrcAddr, u32Size) \ argument
170 volatile MS_U8 *dst = (volatile MS_U8 *)(pDstAddr); \
H A DapiVDEC_wrap.c134 #define _VDEC_Memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument
135 #define _VDEC_Memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiMJPEG_EX.c184 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument
185 #define JPEG_memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
191 #define _MJPEG_Memcpy(pDstAddr, pSrcAddr, u32Size) \ argument
194 volatile MS_U8 *dst = (volatile MS_U8 *)(pDstAddr); \
H A DapiVDEC_wrap.c142 #define _VDEC_Memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument
143 #define _VDEC_Memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiMJPEG_EX.c175 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument
176 #define JPEG_memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
182 #define _MJPEG_Memcpy(pDstAddr, pSrcAddr, u32Size) \ argument
185 volatile MS_U8 *dst = (volatile MS_U8 *)(pDstAddr); \
H A DapiVDEC_wrap.c144 #define _VDEC_Memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument
145 #define _VDEC_Memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/
H A DapiVDEC_EX_wrap.c134 #define _VDEC_Memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument
135 #define _VDEC_Memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
H A DapiMJPEG_inc.c148 #define _MJPEG_Memcpy(pDstAddr, pSrcAddr, u32Size) \ argument
151 volatile MS_U8 *dst = (volatile MS_U8 *)(pDstAddr); \
H A DapiVDEC.c207 #define _VDEC_Memset(pDstAddr, u8value, u32Size) \
210 volatile MS_U8 *dst = (volatile MS_U8 *)(pDstAddr); \
217 #define _VDEC_Memcpy(pDstAddr, pSrcAddr, u32Size) \
220 volatile MS_U8 *dst = (volatile MS_U8 *)(pDstAddr); \
228 #define _VDEC_Memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument
229 #define _VDEC_Memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/mvd/
H A DdrvMVD.c172 #define _MVD_Memset(pDstAddr, u32value, u32Size) \ argument
177 HAL_MVD_MemWrite4Byte(pDstAddr+x,u32value); \
181 #define _MVD_Memcpy(pDstAddr, pSrcAddr, u32Size) \ argument
184 volatile MS_U8 *dst = (volatile MS_U8 *)(pDstAddr); \
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/mustang/mvd_ex/
H A DhalMVD_EX.c371 #define _MVD_Memset(pDstAddr, u32value, u32Size) \ argument
376 HAL_MVD_Memset4Byte(pDstAddr+x,u32value); \
382 #define _MVD_MemResetBit(pDstAddr, mask_num) \ argument
384 *pDstAddr = (*pDstAddr) & (~(0x1<<mask_num)); \
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maserati/mvd_ex/
H A DhalMVD_EX.c350 #define _MVD_Memset(pDstAddr, u32value, u32Size) \ argument
355 HAL_MVD_Memset4Byte(pDstAddr+x,u32value); \
361 #define _MVD_MemResetBit(pDstAddr, mask_num) \ argument
363 *pDstAddr = (*pDstAddr) & (~(0x1<<mask_num)); \
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maldives/mvd_ex/
H A DhalMVD_EX.c371 #define _MVD_Memset(pDstAddr, u32value, u32Size) \ argument
376 HAL_MVD_Memset4Byte(pDstAddr+x,u32value); \
382 #define _MVD_MemResetBit(pDstAddr, mask_num) \ argument
384 *pDstAddr = (*pDstAddr) & (~(0x1<<mask_num)); \

123