Home
last modified time | relevance | path

Searched refs:pu8Response (Results 1 – 24 of 24) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/dscmb/
H A DhalDSCMB.c3109 MS_BOOL HAL_DSCMB_KL_ETSI_Response(DSCMB_KL_SelEng eKLEng, MS_U8 *pu8Response) in HAL_DSCMB_KL_ETSI_Response() argument
3116 pu8Response[0] = (MS_U8)((u32Tmp&0xff000000)>>24); in HAL_DSCMB_KL_ETSI_Response()
3117 pu8Response[1] = (MS_U8)((u32Tmp&0x00ff0000)>>16); in HAL_DSCMB_KL_ETSI_Response()
3118 pu8Response[2] = (MS_U8)((u32Tmp&0x0000ff00)>>8); in HAL_DSCMB_KL_ETSI_Response()
3119 pu8Response[3] = (MS_U8)((u32Tmp&0x000000ff)>>0); in HAL_DSCMB_KL_ETSI_Response()
3122 pu8Response[4] = (MS_U8)((u32Tmp&0xff000000)>>24); in HAL_DSCMB_KL_ETSI_Response()
3123 pu8Response[5] = (MS_U8)((u32Tmp&0x00ff0000)>>16); in HAL_DSCMB_KL_ETSI_Response()
3124 pu8Response[6] = (MS_U8)((u32Tmp&0x0000ff00)>>8); in HAL_DSCMB_KL_ETSI_Response()
3125 pu8Response[7] = (MS_U8)((u32Tmp&0x000000ff)>>0); in HAL_DSCMB_KL_ETSI_Response()
3128 pu8Response[8] = (MS_U8)((u32Tmp&0xff000000)>>24); in HAL_DSCMB_KL_ETSI_Response()
[all …]
H A DhalDSCMB.h817 MS_BOOL HAL_DSCMB_KL_ETSI_Response(DSCMB_KL_SelEng eKLEng, MS_U8 *pu8Response);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/dscmb/
H A DhalDSCMB.c3133 MS_BOOL HAL_DSCMB_KL_ETSI_Response(DSCMB_KL_SelEng eKLEng, MS_U8 *pu8Response) in HAL_DSCMB_KL_ETSI_Response() argument
3140 pu8Response[0] = (MS_U8)((u32Tmp&0xff000000)>>24); in HAL_DSCMB_KL_ETSI_Response()
3141 pu8Response[1] = (MS_U8)((u32Tmp&0x00ff0000)>>16); in HAL_DSCMB_KL_ETSI_Response()
3142 pu8Response[2] = (MS_U8)((u32Tmp&0x0000ff00)>>8); in HAL_DSCMB_KL_ETSI_Response()
3143 pu8Response[3] = (MS_U8)((u32Tmp&0x000000ff)>>0); in HAL_DSCMB_KL_ETSI_Response()
3146 pu8Response[4] = (MS_U8)((u32Tmp&0xff000000)>>24); in HAL_DSCMB_KL_ETSI_Response()
3147 pu8Response[5] = (MS_U8)((u32Tmp&0x00ff0000)>>16); in HAL_DSCMB_KL_ETSI_Response()
3148 pu8Response[6] = (MS_U8)((u32Tmp&0x0000ff00)>>8); in HAL_DSCMB_KL_ETSI_Response()
3149 pu8Response[7] = (MS_U8)((u32Tmp&0x000000ff)>>0); in HAL_DSCMB_KL_ETSI_Response()
3152 pu8Response[8] = (MS_U8)((u32Tmp&0xff000000)>>24); in HAL_DSCMB_KL_ETSI_Response()
[all …]
H A DhalDSCMB.h823 MS_BOOL HAL_DSCMB_KL_ETSI_Response(DSCMB_KL_SelEng eKLEng, MS_U8 *pu8Response);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/dscmb/
H A DhalDSCMB.c3108 MS_BOOL HAL_DSCMB_KL_ETSI_Response(DSCMB_KL_SelEng eKLEng, MS_U8 *pu8Response) in HAL_DSCMB_KL_ETSI_Response() argument
3115 pu8Response[0] = (MS_U8)((u32Tmp&0xff000000)>>24); in HAL_DSCMB_KL_ETSI_Response()
3116 pu8Response[1] = (MS_U8)((u32Tmp&0x00ff0000)>>16); in HAL_DSCMB_KL_ETSI_Response()
3117 pu8Response[2] = (MS_U8)((u32Tmp&0x0000ff00)>>8); in HAL_DSCMB_KL_ETSI_Response()
3118 pu8Response[3] = (MS_U8)((u32Tmp&0x000000ff)>>0); in HAL_DSCMB_KL_ETSI_Response()
3121 pu8Response[4] = (MS_U8)((u32Tmp&0xff000000)>>24); in HAL_DSCMB_KL_ETSI_Response()
3122 pu8Response[5] = (MS_U8)((u32Tmp&0x00ff0000)>>16); in HAL_DSCMB_KL_ETSI_Response()
3123 pu8Response[6] = (MS_U8)((u32Tmp&0x0000ff00)>>8); in HAL_DSCMB_KL_ETSI_Response()
3124 pu8Response[7] = (MS_U8)((u32Tmp&0x000000ff)>>0); in HAL_DSCMB_KL_ETSI_Response()
3127 pu8Response[8] = (MS_U8)((u32Tmp&0xff000000)>>24); in HAL_DSCMB_KL_ETSI_Response()
[all …]
H A DhalDSCMB.h820 MS_BOOL HAL_DSCMB_KL_ETSI_Response(DSCMB_KL_SelEng eKLEng, MS_U8 *pu8Response);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/dscmb/
H A DhalDSCMB.c3108 MS_BOOL HAL_DSCMB_KL_ETSI_Response(DSCMB_KL_SelEng eKLEng, MS_U8 *pu8Response) in HAL_DSCMB_KL_ETSI_Response() argument
3115 pu8Response[0] = (MS_U8)((u32Tmp&0xff000000)>>24); in HAL_DSCMB_KL_ETSI_Response()
3116 pu8Response[1] = (MS_U8)((u32Tmp&0x00ff0000)>>16); in HAL_DSCMB_KL_ETSI_Response()
3117 pu8Response[2] = (MS_U8)((u32Tmp&0x0000ff00)>>8); in HAL_DSCMB_KL_ETSI_Response()
3118 pu8Response[3] = (MS_U8)((u32Tmp&0x000000ff)>>0); in HAL_DSCMB_KL_ETSI_Response()
3121 pu8Response[4] = (MS_U8)((u32Tmp&0xff000000)>>24); in HAL_DSCMB_KL_ETSI_Response()
3122 pu8Response[5] = (MS_U8)((u32Tmp&0x00ff0000)>>16); in HAL_DSCMB_KL_ETSI_Response()
3123 pu8Response[6] = (MS_U8)((u32Tmp&0x0000ff00)>>8); in HAL_DSCMB_KL_ETSI_Response()
3124 pu8Response[7] = (MS_U8)((u32Tmp&0x000000ff)>>0); in HAL_DSCMB_KL_ETSI_Response()
3127 pu8Response[8] = (MS_U8)((u32Tmp&0xff000000)>>24); in HAL_DSCMB_KL_ETSI_Response()
[all …]
H A DhalDSCMB.h820 MS_BOOL HAL_DSCMB_KL_ETSI_Response(DSCMB_KL_SelEng eKLEng, MS_U8 *pu8Response);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/dscmb/
H A DhalDSCMB.c3103 MS_BOOL HAL_DSCMB_KL_ETSI_Response(DSCMB_KL_SelEng eKLEng, MS_U8 *pu8Response) in HAL_DSCMB_KL_ETSI_Response() argument
3110 pu8Response[0] = (MS_U8)((u32Tmp&0xff000000)>>24); in HAL_DSCMB_KL_ETSI_Response()
3111 pu8Response[1] = (MS_U8)((u32Tmp&0x00ff0000)>>16); in HAL_DSCMB_KL_ETSI_Response()
3112 pu8Response[2] = (MS_U8)((u32Tmp&0x0000ff00)>>8); in HAL_DSCMB_KL_ETSI_Response()
3113 pu8Response[3] = (MS_U8)((u32Tmp&0x000000ff)>>0); in HAL_DSCMB_KL_ETSI_Response()
3116 pu8Response[4] = (MS_U8)((u32Tmp&0xff000000)>>24); in HAL_DSCMB_KL_ETSI_Response()
3117 pu8Response[5] = (MS_U8)((u32Tmp&0x00ff0000)>>16); in HAL_DSCMB_KL_ETSI_Response()
3118 pu8Response[6] = (MS_U8)((u32Tmp&0x0000ff00)>>8); in HAL_DSCMB_KL_ETSI_Response()
3119 pu8Response[7] = (MS_U8)((u32Tmp&0x000000ff)>>0); in HAL_DSCMB_KL_ETSI_Response()
3122 pu8Response[8] = (MS_U8)((u32Tmp&0xff000000)>>24); in HAL_DSCMB_KL_ETSI_Response()
[all …]
H A DhalDSCMB.h814 MS_BOOL HAL_DSCMB_KL_ETSI_Response(DSCMB_KL_SelEng eKLEng, MS_U8 *pu8Response);
/utopia/UTPA2-700.0.x/modules/dscmb/utopia_adaption/dscmb2/
H A DDSCMB_adp.c211 pu8Response, spt_DSCMB_KLadder_pu8Response, in DSCMB_adp_Init()
218 pu8Response, spt_DSCMB_KLadder_pu8Response, in DSCMB_adp_Init()
225 pu8Response, spt_DSCMB_KLadder_pu8Response, in DSCMB_adp_Init()
/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/
H A DdrvDSCMB.c3126 …ETSI(DSCMB_KLCfg_All* KLCfg , MS_U8 *ACPU_Out, MS_U8 *pu8Nonce, MS_U8 *pu8Response, DSCMB_KL_Statu… in _MDrv_DSCMB2_KLadder_ETSI() argument
3488 HAL_DSCMB_KL_ETSI_Response(eKLEng, pu8Response); in _MDrv_DSCMB2_KLadder_ETSI()
4767 …ETSI(DSCMB_KLCfg_All* KLCfg , MS_U8 *ACPU_Out, MS_U8 *pu8Nonce, MS_U8 *pu8Response, DSCMB_KL_Statu… in MDrv_DSCMB2_KLadder_ETSI() argument
4780 pArgs.pu8Response = pu8Response; in MDrv_DSCMB2_KLadder_ETSI()
4793 return _MDrv_DSCMB2_KLadder_ETSI(KLCfg, ACPU_Out, pu8Nonce, pu8Response, u32Status); in MDrv_DSCMB2_KLadder_ETSI()
H A DdrvDSCMB_private.h120 …ETSI(DSCMB_KLCfg_All* KLCfg , MS_U8 *ACPU_Out, MS_U8 *pu8Nonce, MS_U8 *pu8Response, DSCMB_KL_Statu…
H A DmdrvDSCMB.c685 pKLArgs->pu8Response, in DSCMBIoctl()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvDSCMB_v2.h227 MS_U8* pu8Response; member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvDSCMB_v2.h286 MS_U8* pu8Response; member
H A DdrvDSCMB.h1193 …TSI(DSCMB_KLCfg_All* KLCfg , MS_U8 *ACPU_Out, MS_U8 *pu8Nonce, MS_U8 * pu8Response, DSCMB_KL_Statu…
/utopia/UTPA2-700.0.x/modules/dscmb/utopia_adaption/dscmb/
H A DDSCMB_adp.c214 …rETSI[4],UADP_SPT_POINTER_TO_NEXT, ((unsigned long)(&(pDSCMB_psKlETSI->pu8Response)) - (unsigned l… in DSCMB_adp_Init()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/nsk2/
H A DhalDSCMB.h812 MS_BOOL HAL_DSCMB_KL_ETSI_Response(DSCMB_KL_SelEng eKLEng, MS_U8 *pu8Response);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/nsk2/
H A DhalDSCMB.h812 MS_BOOL HAL_DSCMB_KL_ETSI_Response(DSCMB_KL_SelEng eKLEng, MS_U8 *pu8Response);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/nsk2/
H A DhalDSCMB.h812 MS_BOOL HAL_DSCMB_KL_ETSI_Response(DSCMB_KL_SelEng eKLEng, MS_U8 *pu8Response);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/nsk2/
H A DhalDSCMB.h813 MS_BOOL HAL_DSCMB_KL_ETSI_Response(DSCMB_KL_SelEng eKLEng, MS_U8 *pu8Response);
/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb/
H A DdrvDSCMB.c3111 …TSI(DSCMB_KLCfg_All* KLCfg , MS_U8 *ACPU_Out, MS_U8 *pu8Nonce, MS_U8 * pu8Response, DSCMB_KL_Statu… in MDrv_DSCMB2_KLadder_ETSI() argument
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt17632 MS_U8* pu8Response;
73176 …TSI(DSCMB_KLCfg_All* KLCfg , MS_U8 *ACPU_Out, MS_U8 *pu8Nonce, MS_U8 * pu8Response, DSCMB_KL_Statu…