Home
last modified time | relevance | path

Searched refs:DSCMB_ASSERT (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/
H A DdrvDSCMB.c162 #define DSCMB_ASSERT(x, p, ret) if (!(x)){DRVDSCMB2_DBG(DSCMB2_DBGLV_ALERT, "ALERT FAIL: %s\n", p)… macro
163 #define DSCMB_INIT_CHECK(ret) DSCMB_ASSERT(_bDSCMB2Drv_Inited == TRUE, "The drvDSCMB2 is not ini…
164 #define KL_INIT_CHECK(ret) DSCMB_ASSERT(_bKLDrv_Inited == TRUE, "The Key Ladder is not initializ…
609 DSCMB_ASSERT(u32EngId == 0, "EngId input error", DRV_DSCMB_FLT_NULL); in _MDrv_DSCMB2_FltAllocWithCAVid()
610DSCMB_ASSERT((eFltType == E_DSCMB_FLT_3_KEYS) || (eFltType == E_DSCMB_FLT_2_KEYS) || (eFltType == … in _MDrv_DSCMB2_FltAllocWithCAVid()
611DSCMB_ASSERT((u32CAVid != 0) && (u32CAVid <= DEFAULT_CAVID), "CAVid input error", DRV_DSCMB_FLT_NU… in _MDrv_DSCMB2_FltAllocWithCAVid()
785 DSCMB_ASSERT(u32EngId == 0, "EngId input error", FALSE); in _MDrv_DSCMB2_FltFree()
786 DSCMB_ASSERT(u32DscmbId < HAL_DSCMB_KTE_MAX, "DscmbId input error", FALSE); in _MDrv_DSCMB2_FltFree()
896 DSCMB_ASSERT(u32EngId == 0, "EngId input error", FALSE); in _MDrv_DSCMB2_FltConnectFltId()
897 DSCMB_ASSERT(u32DscmbId < HAL_DSCMB_KTE_MAX, "DscmbId input error", FALSE); in _MDrv_DSCMB2_FltConnectFltId()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/macan/dscmb/
H A DhalDSCMB.c111 #define DSCMB_ASSERT(x) if (!(x)){printf ("ASSERT FAIL: %s %s %d\n", __FILE__, __FUNCTI… macro
571 DSCMB_ASSERT(0); in HAL_DSCMB_FltTypeSet()
631 DSCMB_ASSERT(0); in HAL_DSCMB_FltKeySet()
648 DSCMB_ASSERT(pu8IV); in HAL_DSCMB_FltIVSet()
656 DSCMB_ASSERT(0); in HAL_DSCMB_FltIVSet()
1127 DSCMB_ASSERT(0); in _HAL_DSCMB_PidSlotWrite()
1185 DSCMB_ASSERT(0); in _HAL_DSCMB_SlotKeyWrite()
1231 DSCMB_ASSERT(0); in _HAL_DSCMB_SlotKeyWrite()
1386 DSCMB_ASSERT(0);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/mustang/dscmb/
H A DhalDSCMB.c116 #define DSCMB_ASSERT(x) if (!(x)){printf ("ASSERT FAIL: %s %s %d\n", __FILE__, __FUNCTI… macro
736 DSCMB_ASSERT(0); in HAL_DSCMB_FltTypeSet()
796 DSCMB_ASSERT(0); in HAL_DSCMB_FltKeySet()
814 DSCMB_ASSERT(pu8IV); in HAL_DSCMB_FltIVSet()
822 DSCMB_ASSERT(0); in HAL_DSCMB_FltIVSet()
1334 DSCMB_ASSERT(0); in _HAL_DSCMB_PidSlotWrite()
1392 DSCMB_ASSERT(0); in _HAL_DSCMB_SlotKeyWrite()
1438 DSCMB_ASSERT(0); in _HAL_DSCMB_SlotKeyWrite()
1603 DSCMB_ASSERT(0);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/M7621/dscmb/
H A DhalDSCMB.c116 #define DSCMB_ASSERT(x) if (!(x)){printf ("ASSERT FAIL: %s %s %d\n", __FILE__, __FUNCTI… macro
781 DSCMB_ASSERT(0); in HAL_DSCMB_FltTypeSet()
847 DSCMB_ASSERT(0); in HAL_DSCMB_FltKeySet()
863 DSCMB_ASSERT(pu8IV); in HAL_DSCMB_FltIVSet()
881 DSCMB_ASSERT(0); in HAL_DSCMB_FltIVSet()
1396 DSCMB_ASSERT(0); in _HAL_DSCMB_PidSlotWrite()
1454 DSCMB_ASSERT(0); in _HAL_DSCMB_SlotKeyWrite()
1500 DSCMB_ASSERT(0); in _HAL_DSCMB_SlotKeyWrite()
1672 DSCMB_ASSERT(0);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/maxim/dscmb/
H A DhalDSCMB.c116 #define DSCMB_ASSERT(x) if (!(x)){printf ("ASSERT FAIL: %s %s %d\n", __FILE__, __FUNCTI… macro
781 DSCMB_ASSERT(0); in HAL_DSCMB_FltTypeSet()
847 DSCMB_ASSERT(0); in HAL_DSCMB_FltKeySet()
863 DSCMB_ASSERT(pu8IV); in HAL_DSCMB_FltIVSet()
881 DSCMB_ASSERT(0); in HAL_DSCMB_FltIVSet()
1396 DSCMB_ASSERT(0); in _HAL_DSCMB_PidSlotWrite()
1454 DSCMB_ASSERT(0); in _HAL_DSCMB_SlotKeyWrite()
1500 DSCMB_ASSERT(0); in _HAL_DSCMB_SlotKeyWrite()
1672 DSCMB_ASSERT(0);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/M7821/dscmb/
H A DhalDSCMB.c115 #define DSCMB_ASSERT(x) if (!(x)){printf ("ASSERT FAIL: %s %s %d\n", __FILE__, __FUNCTI… macro
877 DSCMB_ASSERT(0); in HAL_DSCMB_FltTypeSet()
943 DSCMB_ASSERT(0); in HAL_DSCMB_FltKeySet()
961 DSCMB_ASSERT(pu8IV); in HAL_DSCMB_FltIVSet()
975 DSCMB_ASSERT(0); in HAL_DSCMB_FltIVSet()
1512 DSCMB_ASSERT(0); in _HAL_DSCMB_PidSlotWrite()
1570 DSCMB_ASSERT(0); in _HAL_DSCMB_SlotKeyWrite()
1616 DSCMB_ASSERT(0); in _HAL_DSCMB_SlotKeyWrite()
1788 DSCMB_ASSERT(0);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/maserati/dscmb/
H A DhalDSCMB.c115 #define DSCMB_ASSERT(x) if (!(x)){printf ("ASSERT FAIL: %s %s %d\n", __FILE__, __FUNCTI… macro
814 DSCMB_ASSERT(0); in HAL_DSCMB_FltTypeSet()
880 DSCMB_ASSERT(0); in HAL_DSCMB_FltKeySet()
898 DSCMB_ASSERT(pu8IV); in HAL_DSCMB_FltIVSet()
912 DSCMB_ASSERT(0); in HAL_DSCMB_FltIVSet()
1449 DSCMB_ASSERT(0); in _HAL_DSCMB_PidSlotWrite()
1507 DSCMB_ASSERT(0); in _HAL_DSCMB_SlotKeyWrite()
1553 DSCMB_ASSERT(0); in _HAL_DSCMB_SlotKeyWrite()
1725 DSCMB_ASSERT(0);