Home
last modified time | relevance | path

Searched refs:DSCMB_ASSERT_AND_RETURN (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb/
H A DdrvDSCMB.c165 DSCMB_ASSERT_AND_RETURN(u32EngId < ENG_NUM); in _DSCMB_SlotAlloc()
170 DSCMB_ASSERT_AND_RETURN(0); in _DSCMB_SlotAlloc()
184 DSCMB_ASSERT_AND_RETURN(u32EngId < ENG_NUM); in _DSCMB_SlotFree()
185 DSCMB_ASSERT_AND_RETURN(u32SlotId < REG_DSCMB_MAX_SLOT); in _DSCMB_SlotFree()
186 DSCMB_ASSERT_AND_RETURN(0 == ((_u32FreeSlot[u32EngId]) & (1 << u32SlotId))); in _DSCMB_SlotFree()
404 DSCMB_ASSERT_AND_RETURN(u32EngId < ENG_NUM); in _MDrv_DSCMB2_OptConfig()
434 DSCMB_ASSERT_AND_RETURN(u32EngId < ENG_NUM); in _MDrv_DSCMB2_GetCap()
435 DSCMB_ASSERT_AND_RETURN(pOutput != NULL); in _MDrv_DSCMB2_GetCap()
446 DSCMB_ASSERT_AND_RETURN(pInput != NULL); in _MDrv_DSCMB2_GetCap()
451 DSCMB_ASSERT_AND_RETURN(pInput != NULL); in _MDrv_DSCMB2_GetCap()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/
H A DdrvDSCMB.c2487 DSCMB_ASSERT_AND_RETURN(TRUE == DscmbTspMap[u32EngId][u32DscmbId].bUsed); in _MDrv_DSCMB2_FltConnectPid()
2495 DSCMB_ASSERT_AND_RETURN(0); in _MDrv_DSCMB2_FltConnectPid()
2514 DSCMB_ASSERT_AND_RETURN(TRUE == DscmbTspMap[u32EngId][u32DscmbId].bUsed); in _MDrv_DSCMB2_FltDisconnectPid_Ex()
2522 DSCMB_ASSERT_AND_RETURN(0); in _MDrv_DSCMB2_FltDisconnectPid_Ex()
2945 DSCMB_ASSERT_AND_RETURN(FALSE); in _MDrv_DSCMB2_KLadder_AtomicExec()
3109 DSCMB_ASSERT_AND_RETURN(FALSE);
3499 DSCMB_ASSERT_AND_RETURN(FALSE); in _MDrv_DSCMB2_KLadder_ETSI()
3656 DSCMB_ASSERT_AND_RETURN(FALSE);
3666 DSCMB_ASSERT_AND_RETURN(u32EngId == 0); in _MDrv_DSCMB2_GetCap()
3667 DSCMB_ASSERT_AND_RETURN(pOutput != NULL); in _MDrv_DSCMB2_GetCap()
[all …]
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvDSCMB.h184 #define DSCMB_ASSERT_AND_RETURN(x) if (!(x)){printf ("ASSERT FAIL: %s %s %d\n", __FILE_… macro
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvDSCMB.h184 #define DSCMB_ASSERT_AND_RETURN(x) if (!(x)){printf ("ASSERT FAIL: %s %s %d\n", __FILE_… macro
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt72552 #define DSCMB_ASSERT_AND_RETURN(x) if (!(x)){printf ("ASSERT FAIL: %s %s %d\n", __FILE__, __FUNCTIO…