Home
last modified time | relevance | path

Searched refs:u32Round (Results 1 – 25 of 48) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/dscmb/drv/nds/
H A Dnds_cam.c570 KLConfig.u32Round = 6; in _NDS_CamGetHashKey()
717 MS_U32 u32Round; in XHDICA_SetControlWord() local
813 u32Round = 5; in XHDICA_SetControlWord()
817 u32Round = 6; in XHDICA_SetControlWord()
851 KLConfig.u32Round = (MS_U32) u32Round; in XHDICA_SetControlWord()
971 KLConfig.u32Round = 6; in XHDICA_GetResponseToChallenge()
1065 KLConfig.u32Round = 6; in XHDICA_EncryptData()
/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb/
H A DdrvDSCMB.c1921 MS_BOOL _MDrv_DSCMB2_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round) in _MDrv_DSCMB2_Multi2_SetRound() argument
1925 return HAL_DSCMB_Multi2_SetRound(u32EngId, u32Round); in _MDrv_DSCMB2_Multi2_SetRound()
1931 MS_BOOL MDrv_DSCMB2_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round) in MDrv_DSCMB2_Multi2_SetRound() argument
1943 pArgs.u32Round = u32Round; in MDrv_DSCMB2_Multi2_SetRound()
1954 return _MDrv_DSCMB2_Multi2_SetRound(u32EngId, u32Round); in MDrv_DSCMB2_Multi2_SetRound()
2312 HAL_DSCMB_KLadder_Round(pConfig->u32Round); in MDrv_DSCMB_KLadder_SetConfig()
2710 MS_U32 i , u32Round= 0 , u32StartTime,u32EndTime ; in MDrv_DSCMB_KLadder_AtomicExec() local
2726 u32Round = KLCfg->u32Level * 2 - 1; in MDrv_DSCMB_KLadder_AtomicExec()
2729 if( KLCfg->u32Level == 0 ) u32Round = 0 ; in MDrv_DSCMB_KLadder_AtomicExec()
2733 u32Round = KLCfg->u32Level * 2 ; in MDrv_DSCMB_KLadder_AtomicExec()
[all …]
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvDSCMB.h418 MS_U32 u32Round; member
577 #define MDrv_DSCMB_Multi2_SetRound(u32Round) \ argument
578 MDrv_DSCMB2_Multi2_SetRound(0, u32Round)
896 DLL_PUBLIC MS_BOOL MDrv_DSCMB2_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/macan/dscmb/
H A DhalDSCMB.c683 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round) in HAL_DSCMB_Multi2_SetRound() argument
686 if(0 != (u32Round % 4) || (0 != (u32Round & ~(REG_DSCMB_MULTI2_ROUNDS_MASK)))) in HAL_DSCMB_Multi2_SetRound()
695 REG16_W(u32Reg, u32Round); in HAL_DSCMB_Multi2_SetRound()
984 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round) in HAL_DSCMB_KLadder_Round() argument
H A DhalDSCMB.h210 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round);
227 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/maldives/dscmb/
H A DhalDSCMB.c756 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round) in HAL_DSCMB_Multi2_SetRound() argument
759 if(0 != (u32Round % 4) || (0 != (u32Round & ~(REG_DSCMB_MULTI2_ROUNDS_MASK)))) in HAL_DSCMB_Multi2_SetRound()
770 REG16_W(u32Reg, u32Round); in HAL_DSCMB_Multi2_SetRound()
1081 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round) in HAL_DSCMB_KLadder_Round() argument
H A DhalDSCMB.h220 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round);
237 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvDSCMB.h473 MS_U32 u32Round; member
677 #define MDrv_DSCMB_Multi2_SetRound(u32Round) \ argument
678 MDrv_DSCMB2_Multi2_SetRound(0, u32Round)
1106 DLL_PUBLIC MS_BOOL MDrv_DSCMB2_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/manhattan/dscmb/
H A DhalDSCMB.c764 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round) in HAL_DSCMB_Multi2_SetRound() argument
767 if(0 != (u32Round % 4) || (0 != (u32Round & ~(REG_DSCMB_MULTI2_ROUNDS_MASK)))) in HAL_DSCMB_Multi2_SetRound()
782 REG16_W(u32Reg, u32Round); in HAL_DSCMB_Multi2_SetRound()
1093 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round) in HAL_DSCMB_KLadder_Round() argument
H A DhalDSCMB.h219 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round);
236 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/mustang/dscmb/
H A DhalDSCMB.c849 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round) in HAL_DSCMB_Multi2_SetRound() argument
852 if(0 != (u32Round % 4) || (0 != (u32Round & ~(REG_DSCMB_MULTI2_ROUNDS_MASK)))) in HAL_DSCMB_Multi2_SetRound()
865 REG16_W(u32Reg, u32Round); in HAL_DSCMB_Multi2_SetRound()
1191 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round) in HAL_DSCMB_KLadder_Round() argument
H A DhalDSCMB.h220 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round);
237 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/M7621/dscmb/
H A DhalDSCMB.c909 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round) in HAL_DSCMB_Multi2_SetRound() argument
912 if(0 != (u32Round % 4) || (0 != (u32Round & ~(REG_DSCMB_MULTI2_ROUNDS_MASK)))) in HAL_DSCMB_Multi2_SetRound()
925 REG16_W(u32Reg, u32Round); in HAL_DSCMB_Multi2_SetRound()
1253 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round) in HAL_DSCMB_KLadder_Round() argument
H A DhalDSCMB.h221 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round);
238 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/maxim/dscmb/
H A DhalDSCMB.c909 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round) in HAL_DSCMB_Multi2_SetRound() argument
912 if(0 != (u32Round % 4) || (0 != (u32Round & ~(REG_DSCMB_MULTI2_ROUNDS_MASK)))) in HAL_DSCMB_Multi2_SetRound()
925 REG16_W(u32Reg, u32Round); in HAL_DSCMB_Multi2_SetRound()
1253 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round) in HAL_DSCMB_KLadder_Round() argument
H A DhalDSCMB.h221 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round);
238 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/M7821/dscmb/
H A DhalDSCMB.c1003 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round) in HAL_DSCMB_Multi2_SetRound() argument
1006 if(0 != (u32Round % 4) || (0 != (u32Round & ~(REG_DSCMB_MULTI2_ROUNDS_MASK)))) in HAL_DSCMB_Multi2_SetRound()
1021 REG16_W(u32Reg, u32Round); in HAL_DSCMB_Multi2_SetRound()
1369 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round) in HAL_DSCMB_KLadder_Round() argument
H A DhalDSCMB.h222 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round);
239 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/maserati/dscmb/
H A DhalDSCMB.c940 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round) in HAL_DSCMB_Multi2_SetRound() argument
943 if(0 != (u32Round % 4) || (0 != (u32Round & ~(REG_DSCMB_MULTI2_ROUNDS_MASK)))) in HAL_DSCMB_Multi2_SetRound()
958 REG16_W(u32Reg, u32Round); in HAL_DSCMB_Multi2_SetRound()
1306 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round) in HAL_DSCMB_KLadder_Round() argument
H A DhalDSCMB.h221 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round);
238 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/mooney/dscmb/
H A DhalDSCMB.h210 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round);
229 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round);
H A DhalDSCMB.c509 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round) in HAL_DSCMB_Multi2_SetRound() argument
772 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round) in HAL_DSCMB_KLadder_Round() argument
/utopia/UTPA2-700.0.x/modules/dscmb/hal/mainz/dscmb/
H A DhalDSCMB.h210 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round);
229 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round);
H A DhalDSCMB.c506 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round) in HAL_DSCMB_Multi2_SetRound() argument
769 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round) in HAL_DSCMB_KLadder_Round() argument
/utopia/UTPA2-700.0.x/modules/dscmb/hal/messi/dscmb/
H A DhalDSCMB.h210 void HAL_DSCMB_KLadder_Round(MS_U32 u32Round);
229 MS_BOOL HAL_DSCMB_Multi2_SetRound(MS_U32 u32EngId, MS_U32 u32Round);

12