Home
last modified time | relevance | path

Searched refs:pSrc (Results 1 – 25 of 38) sorted by relevance

12

/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvAUDIO.h142 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]; \
[all …]
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvAUDIO.h140 void * pSrc = (void *)pSrcAddr; \
141 if( (virtDst % 4) || ((MS_VIRT)pSrc % 4) ) \
145 ((volatile MS_U8 *)virtDst)[u32I] = ((volatile MS_U8 *)pSrc)[u32I]; \
152 ((volatile MS_U32 *)virtDst)[u32I] = ((volatile MS_U32 *)pSrc)[u32I]; \
155 pSrc = (void *)((MS_VIRT)pSrc + u32I*4); \
160 ((volatile MS_U8 *)virtDst)[u32I] = ((volatile MS_U8 *)pSrc)[u32I]; \
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_adp_bypass.c279 static int CmpStructRecursiveCpy(void** ppDest, void* pSrc,const UADP_STRUCT_POINTER_TABLE *pTable,… in CmpStructRecursiveCpy() argument
284 …pDest=%p,pTable=%p,pSrc=%p isES=%d TurnUsrAddrOffset=%p\n",ppDest,pTable,pSrc,isES, *TurnUsrAddrO… in CmpStructRecursiveCpy()
318 pcFrom =(char*)compat_ptr(pSrc); in CmpStructRecursiveCpy()
323 pcFrom =(char*)(pSrc); in CmpStructRecursiveCpy()
504 static int StructRecursiveCpy(void** ppDest, void* pSrc,const UADP_STRUCT_POINTER_TABLE *pTable,fcp… in StructRecursiveCpy() argument
509 char* pcSrc=(char*)pSrc; in StructRecursiveCpy()
511 FlagPrint(SPT_DB_DETAIL)("ppDest=%p,pTable=%p,pSrc=%p,",ppDest,pTable,pSrc); in StructRecursiveCpy()
529 if(iMode&SRC_MODE_COPY)fcpy(pcBuffer,pSrc,pTable[i].size_or_next); in StructRecursiveCpy()
535 if(iMode&SRC_MODE_COPY)SkipCpy(pcBuffer,pSrc,pTable,fcpy); in StructRecursiveCpy()
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/hvd/
H A DdrvHVD_def.h305 void * pSrc = (void *)pSrcAddr; \
307 if( (u32Dst % 4) || ((unsigned long)pSrc % 4) ) \
311 ((volatile unsigned char *)u32Dst)[u32I] = ((volatile unsigned char *)pSrc)[u32I]; \
318 ((volatile unsigned long *)u32Dst)[u32I] = ((volatile unsigned long *)pSrc)[u32I]; \
323 pSrc = (void *)((unsigned long)pSrc + u32I*4); \
326 … ((volatile unsigned char *)u32Dst)[u32I] = ((volatile unsigned char *)pSrc)[u32I]; \
H A DdrvHVD.c5114 static void _HVD_CC_Parse_CC_data(MS_U8 u8CCMode,MS_U8 **pSrc, MS_U8 *pDst608, MS_U32 *pu32Dst608Le… in _HVD_CC_Parse_CC_data() argument
5128 u8CC_Code = *((*pSrc)++); //u_f(8,"cc_data_flag cc_count"); in _HVD_CC_Parse_CC_data()
5135 (*pSrc)++; //u_f(8,"reserved 1"); in _HVD_CC_Parse_CC_data()
5144 u8Code = *((*pSrc)++); // u_f(8,"cc_valid and cc_type"); in _HVD_CC_Parse_CC_data()
5149 u8CC_Data1 = *((*pSrc)++); // u_f(8,"cc_data_1"); in _HVD_CC_Parse_CC_data()
5150 u8CC_Data2 = *((*pSrc)++); // u_f(8,"cc_data_2"); in _HVD_CC_Parse_CC_data()
/utopia/UTPA2-700.0.x/modules/vdec_v2/drv/hvd_ex/
H A DdrvHVD_def.h362 void * pSrc = (void *)pSrcAddr; \
364 if( (u32Dst % 4) || ((unsigned long)pSrc % 4) ) \
368 ((volatile unsigned char *)u32Dst)[u32I] = ((volatile unsigned char *)pSrc)[u32I]; \
375 ((volatile unsigned long *)u32Dst)[u32I] = ((volatile unsigned long *)pSrc)[u32I]; \
380 pSrc = (void *)((unsigned long)pSrc + u32I*4); \
383 … ((volatile unsigned char *)u32Dst)[u32I] = ((volatile unsigned char *)pSrc)[u32I]; \
H A DdrvHVD_EX.c7466 static void _HVD_EX_CC_Parse_CC_data(MS_U32 u32Id, MS_U8 u8CCMode,MS_U8 **pSrc, MS_U8 *pDst608, MS_… in _HVD_EX_CC_Parse_CC_data() argument
7482 u8CC_Code = *((*pSrc)++); //u_f(8,"cc_data_flag cc_count"); in _HVD_EX_CC_Parse_CC_data()
7489 (*pSrc)++; //u_f(8,"reserved 1"); in _HVD_EX_CC_Parse_CC_data()
7498 u8Code = *((*pSrc)++); // u_f(8,"cc_valid and cc_type"); in _HVD_EX_CC_Parse_CC_data()
7503 u8CC_Data1 = *((*pSrc)++); // u_f(8,"cc_data_1"); in _HVD_EX_CC_Parse_CC_data()
7504 u8CC_Data2 = *((*pSrc)++); // u_f(8,"cc_data_2"); in _HVD_EX_CC_Parse_CC_data()
/utopia/UTPA2-700.0.x/modules/vdec_v3/drv/hvd_v3/
H A DdrvHVD_def.h364 void * pSrc = (void *)pSrcAddr; \
366 if( (u32Dst % 4) || ((unsigned long)pSrc % 4) ) \
370 ((volatile unsigned char *)u32Dst)[u32I] = ((volatile unsigned char *)pSrc)[u32I]; \
377 ((volatile unsigned int *)u32Dst)[u32I] = ((volatile unsigned int *)pSrc)[u32I]; \
382 pSrc = (void *)((unsigned long)pSrc + u32I*4); \
385 … ((volatile unsigned char *)u32Dst)[u32I] = ((volatile unsigned char *)pSrc)[u32I]; \
/utopia/UTPA2-700.0.x/modules/vdec_lite/drv/hvd_lite/
H A DdrvHVD_def.h374 void * pSrc = (void *)pSrcAddr; \
376 if( (u32Dst % 4) || ((unsigned long)pSrc % 4) ) \
380 ((volatile unsigned char *)u32Dst)[u32I] = ((volatile unsigned char *)pSrc)[u32I]; \
387 ((volatile unsigned int *)u32Dst)[u32I] = ((volatile unsigned int *)pSrc)[u32I]; \
392 pSrc = (void *)((unsigned long)pSrc + u32I*4); \
395 … ((volatile unsigned char *)u32Dst)[u32I] = ((volatile unsigned char *)pSrc)[u32I]; \
/utopia/UTPA2-700.0.x/modules/dscmb/drv/tcf/
H A DdrvTCF.c274 static void _MDrv_CFKE_WriteSlots(DRV_CFKE_SOURCE *pSrc) in _MDrv_CFKE_WriteSlots() argument
278 switch(pSrc->eSrcType){ in _MDrv_CFKE_WriteSlots()
281 HAL_CFKE_Write_SlotA( pSrc->pu32KeySlotData[u8i]); in _MDrv_CFKE_WriteSlots()
286 HAL_CFKE_Write_SlotB( pSrc->pu32KeySlotData[u8i]); in _MDrv_CFKE_WriteSlots()
291 HAL_CFKE_Write_SlotC( pSrc->pu32KeySlotData[u8i]); in _MDrv_CFKE_WriteSlots()
296 HAL_CFKE_Write_SlotD( pSrc->pu32KeySlotData[u8i]); in _MDrv_CFKE_WriteSlots()
/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/
H A DapiMJPEG_inc.c1488 MJPEG_FrameInfo *pSrc = (MJPEG_FrameInfo*)MDrv_JPD_GetNextDispFrame(); in MApi_MJPEG_GetNextDispFrame() local
1489 if (pSrc != NULL) in MApi_MJPEG_GetNextDispFrame()
1491 _MJPEG_Memcpy(pFrmInfo, pSrc, sizeof(MJPEG_FrameInfo)); in MApi_MJPEG_GetNextDispFrame()
/utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/
H A DapiMJPEG_EX.c2360 MJPEG_FrameInfo *pSrc = (MJPEG_FrameInfo*)MDrv_MJPEG_GetNextDispFrame(u32Id); in MApi_MJPEG_GetNextDispFrame() local
2361 if (pSrc != NULL) in MApi_MJPEG_GetNextDispFrame()
2363 _MJPEG_Memcpy(pFrmInfo, pSrc, sizeof(MJPEG_FrameInfo)); in MApi_MJPEG_GetNextDispFrame()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiMJPEG_EX.c2446 MJPEG_FrameInfo *pSrc = (MJPEG_FrameInfo*)MDrv_MJPEG_GetNextDispFrame(u32Id); in MApi_MJPEG_GetNextDispFrame() local
2447 if (pSrc != NULL) in MApi_MJPEG_GetNextDispFrame()
2449 _MJPEG_Memcpy(pFrmInfo, pSrc, sizeof(MJPEG_FrameInfo)); in MApi_MJPEG_GetNextDispFrame()
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiMJPEG_EX.c2363 MJPEG_FrameInfo *pSrc = (MJPEG_FrameInfo*)MDrv_MJPEG_GetNextDispFrame(u32Id); in MApi_MJPEG_GetNextDispFrame() local
2364 if (pSrc != NULL) in MApi_MJPEG_GetNextDispFrame()
2366 _MJPEG_Memcpy(pFrmInfo, pSrc, sizeof(MJPEG_FrameInfo)); in MApi_MJPEG_GetNextDispFrame()
/utopia/UTPA2-700.0.x/modules/audio/hal/maxim/audio/
H A DhalMAD.h227 MS_S32 HAL_MAD_CommonCmd_TrasferData(void *pSrc, MS_U32 u32SrcSize, void *pDst, MS_U32 u32DstSzie);
/utopia/UTPA2-700.0.x/modules/audio/hal/maldives/audio/
H A DhalMAD.h230 MS_S32 HAL_MAD_CommonCmd_TrasferData(void *pSrc, MS_U32 u32SrcSize, void *pDst, MS_U32 u32DstSzie);
/utopia/UTPA2-700.0.x/modules/audio/hal/maserati/audio/
H A DhalMAD.h227 MS_S32 HAL_MAD_CommonCmd_TrasferData(void *pSrc, MS_U32 u32SrcSize, void *pDst, MS_U32 u32DstSzie);
/utopia/UTPA2-700.0.x/modules/audio/hal/macan/audio/
H A DhalMAD.h227 MS_S32 HAL_MAD_CommonCmd_TrasferData(void *pSrc, MS_U32 u32SrcSize, void *pDst, MS_U32 u32DstSzie);
/utopia/UTPA2-700.0.x/modules/audio/hal/k6/audio/
H A DhalMAD.h228 MS_S32 HAL_MAD_CommonCmd_TrasferData(void *pSrc, MS_U32 u32SrcSize, void *pDst, MS_U32 u32DstSzie);
/utopia/UTPA2-700.0.x/modules/audio/hal/M7621/audio/
H A DhalMAD.h227 MS_S32 HAL_MAD_CommonCmd_TrasferData(void *pSrc, MS_U32 u32SrcSize, void *pDst, MS_U32 u32DstSzie);
/utopia/UTPA2-700.0.x/modules/audio/hal/mooney/audio/
H A DhalMAD.h226 MS_S32 HAL_MAD_CommonCmd_TrasferData(void *pSrc, MS_U32 u32SrcSize, void *pDst, MS_U32 u32DstSzie);
H A DhalMAD.c5462 MS_S32 HAL_MAD_CommonCmd_TrasferData(void *pSrc, MS_U32 u32SrcSize, void *pDst, MS_U32 u32DstSzie) in HAL_MAD_CommonCmd_TrasferData() argument
5468 if (pSrc == NULL) in HAL_MAD_CommonCmd_TrasferData()
5503 memcpy((MS_U32 *)pTmpDst, (MS_U32 *)pSrc, u32TransferSize); in HAL_MAD_CommonCmd_TrasferData()
/utopia/UTPA2-700.0.x/modules/audio/hal/kano/audio/
H A DhalMAD.h228 MS_S32 HAL_MAD_CommonCmd_TrasferData(void *pSrc, MS_U32 u32SrcSize, void *pDst, MS_U32 u32DstSzie);
/utopia/UTPA2-700.0.x/modules/audio/hal/M7821/audio/
H A DhalMAD.h227 MS_S32 HAL_MAD_CommonCmd_TrasferData(void *pSrc, MS_U32 u32SrcSize, void *pDst, MS_U32 u32DstSzie);
/utopia/UTPA2-700.0.x/modules/audio/hal/k6lite/audio/
H A DhalMAD.h228 MS_S32 HAL_MAD_CommonCmd_TrasferData(void *pSrc, MS_U32 u32SrcSize, void *pDst, MS_U32 u32DstSzie);

12