Home
last modified time | relevance | path

Searched refs:pCfResult (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/drv/tcf/
H A DdrvTCF.c525 DLL_PUBLIC DRV_TCF_RET MDrv_CF_Read_Op_Result(DRV_CF_RESULT *pCfResult) in MDrv_CF_Read_Op_Result() argument
536 memset( pCfResult, 0x00, sizeof(DRV_CF_RESULT)); in MDrv_CF_Read_Op_Result()
537 pCfResult->eTransStatus = HAL_CF_Get_Trans_Status(); in MDrv_CF_Read_Op_Result()
538 pCfResult->eOperationType = HAL_CF_Get_Operation_Type(); in MDrv_CF_Read_Op_Result()
539 pCfResult->u8CwcValid = HAL_CF_Get_CwcValid(); in MDrv_CF_Read_Op_Result()
541 if( E_CF_TRANS_STATUS_BUSY_OP < pCfResult->eTransStatus ) // E_CF_TRANS_STATUS_DONE_* in MDrv_CF_Read_Op_Result()
545 pCfResult->Shv[u32i] = HAL_CF_Read_Output(); in MDrv_CF_Read_Op_Result()
551 switch(pCfResult->eTransStatus) in MDrv_CF_Read_Op_Result()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvTCF.h541 DLL_PUBLIC DRV_TCF_RET MDrv_CF_Read_Op_Result(DRV_CF_RESULT *pCfResult);
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt31119 DLL_PUBLIC DRV_TCF_RET MDrv_CF_Read_Op_Result(DRV_CF_RESULT *pCfResult);