Searched refs:pInstantBdma (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/bdma/drv/bdma/ |
| H A D | drvBDMA.c | 213 void* pInstantBdma = NULL; variable 756 if(pInstantBdma == NULL) in MDrv_BDMA_Init() 758 if(UtopiaOpen(MODULE_BDMA, &pInstantBdma, 0, pAttributeBdma) != UTOPIA_STATUS_SUCCESS) in MDrv_BDMA_Init() 766 if (NULL == pInstantBdma) in MDrv_BDMA_Init() 772 if(UtopiaIoctl(pInstantBdma,MDrv_CMD_BDMA_Init,(void*)pParam) != UTOPIA_STATUS_SUCCESS) in MDrv_BDMA_Init() 861 if(UtopiaClose(pInstantBdma) != UTOPIA_STATUS_SUCCESS) in MDrv_BDMA_Exit() 864 pInstantBdma = NULL; in MDrv_BDMA_Exit() 867 pInstantBdma = NULL; in MDrv_BDMA_Exit() 964 if (NULL == pInstantBdma) in MDrv_BDMA_CopyHnd() 974 if (UtopiaIoctl(pInstantBdma,MDrv_CMD_BDMA_CopyHnd,(void*)pParam) != UTOPIA_STATUS_SUCCESS) in MDrv_BDMA_CopyHnd() [all …]
|
| /utopia/UTPA2-700.0.x/projects/verify/bdma/ |
| H A D | main.c | 103 void* pInstantBdma; in main() local 150 if(UtopiaOpen(MODULE_BDMA, &pInstantBdma, 0, pAttribute) < 0) in main() 170 u32SearchAddr= UtopiaIoctl(pInstantBdma,MDrv_CMD_BDMA_Search,(MS_U32*)pSearchParam); in main() 188 if(UtopiaIoctl(pInstantBdma,MDrv_CMD_BDMA_MemCopy,(MS_U32*)pMemCpyParam) < 0) in main() 205 if(UtopiaClose(pInstantBdma) < 0) in main()
|