Lines Matching refs:desc
2256 MS_U32 HAL_NSK2_GetOTPProperties(MS_U32 *desc_size, MS_U8 *desc) in HAL_NSK2_GetOTPProperties() argument
2260 MS_U8 *pDesc = (MS_U8 *)desc; in HAL_NSK2_GetOTPProperties()
2274 if(desc == NULL) in HAL_NSK2_GetOTPProperties()
2358 printf(" (%ld, %x) \n", i , desc[i]); in HAL_NSK2_GetOTPProperties()
2563 MS_U32 HAL_NSK2_GetCMProperties(MS_U32 *desc_size, MS_U8 *desc) in HAL_NSK2_GetCMProperties() argument
2566 if(desc == NULL) in HAL_NSK2_GetCMProperties()
2580 memcpy(desc,&cm_capb,sizeof(cmchannel_group_capability_descriptor_t)); in HAL_NSK2_GetCMProperties()
2581 …memcpy(desc+sizeof(cmchannel_group_capability_descriptor_t), &cm_algo[0] , sizeof(cm_algo) /*sizeo… in HAL_NSK2_GetCMProperties()
2583 …BGLV_INFO,"\nHAL_NSK2_GetCMProperties return *desc_size = %x,desc = %x\n",*desc_size,(MS_U32)desc); in HAL_NSK2_GetCMProperties()
2588 MS_U32 HAL_NSK2_GetM2MProperties(MS_U32 *desc_size, MS_U8 *desc) in HAL_NSK2_GetM2MProperties() argument
2590 if(desc == NULL) in HAL_NSK2_GetM2MProperties()
2599 memcpy(desc, &m2m_capa_desc, sizeof(m2m_capa_desc)); in HAL_NSK2_GetM2MProperties()
2600 memcpy(desc+sizeof(m2m_capa_desc), &m2m_algo[0], sizeof(m2m_algo)); in HAL_NSK2_GetM2MProperties()
2606 MS_U32 HAL_NSK2_GetDMAProperties(MS_U32 *desc_size, MS_U8 *desc) in HAL_NSK2_GetDMAProperties() argument
2608 if(desc == NULL) in HAL_NSK2_GetDMAProperties()
2617 memcpy(desc, &dma_capa_desc, *desc_size); in HAL_NSK2_GetDMAProperties()