| /utopia/UTPA2-700.0.x/modules/dscmb/api/nsk2hdi/ |
| H A D | nsk2hdi_m2m.c | 735 MS_U8 *pDesc = (MS_U8 *)desc; in NSKHDI_DMADevice_WriteData() local 764 desc_tag = *pDesc; in NSKHDI_DMADevice_WriteData() 766 pDesc = (MS_U8*)desc; in NSKHDI_DMADevice_WriteData() 770 TagSwitch = pDesc[0] ; in NSKHDI_DMADevice_WriteData() 771 descriptor_length = pDesc[1]; in NSKHDI_DMADevice_WriteData() 777 memcpy(dma_iv1_desc.iv_payload,&pDesc[2],descriptor_length); in NSKHDI_DMADevice_WriteData() 778 memcpy(tM2MConfig.IV1,&pDesc[2],descriptor_length); in NSKHDI_DMADevice_WriteData() 791 memcpy(dma_iv2_desc.iv_payload,&pDesc[2],descriptor_length); in NSKHDI_DMADevice_WriteData() 792 memcpy(tM2MConfig.IV2,&pDesc[2],descriptor_length); in NSKHDI_DMADevice_WriteData() 804 operation = pDesc[2]; in NSKHDI_DMADevice_WriteData() [all …]
|
| H A D | nsk2hdi_nsk2.c | 341 MS_U8 *pDesc = (MS_U8 *)desc; in NSKHDI_NskDevice_WriteOTPKey() 344 printf(" (%d, %x) \n", i, pDesc[i]); in NSKHDI_NskDevice_WriteOTPKey()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvConfig.c | 211 struct usb_descriptor_header *pDesc; in ms_usb_parse_interface() local 270 pDesc = (struct usb_descriptor_header *)pBuf; in ms_usb_parse_interface() 272 if ((pDesc->bDescriptorType == USB_DT_INTERFACE) || in ms_usb_parse_interface() 273 (pDesc->bDescriptorType == USB_DT_ENDPOINT) || in ms_usb_parse_interface() 274 (pDesc->bDescriptorType == USB_DT_CONFIG) || in ms_usb_parse_interface() 275 (pDesc->bDescriptorType == USB_DT_DEVICE)) in ms_usb_parse_interface() 278 pBuf += pDesc->bLength; in ms_usb_parse_interface() 279 checked += pDesc->bLength; in ms_usb_parse_interface() 280 bufsize -= pDesc->bLength; in ms_usb_parse_interface() 283 pDesc = (struct usb_descriptor_header *)pBuf; in ms_usb_parse_interface() [all …]
|
| H A D | drvEhciHcd.c | 397 struct usb_hub_descriptor *pDesc in ms_get_roothub_desc() argument 404 pDesc->bDescriptorType = 0x29; in ms_get_roothub_desc() 405 pDesc->bPwrOn2PwrGood = 0; in ms_get_roothub_desc() 406 pDesc->bHubContrCurrent = 0; in ms_get_roothub_desc() 407 pDesc->bNbrPorts = iPorts; in ms_get_roothub_desc() 409 pDesc->bDescLength = 7 + 2 * u16Temp; in ms_get_roothub_desc() 412 memset (&pDesc->DeviceRemovable [0], 0, u16Temp); in ms_get_roothub_desc() 413 memset (&pDesc->DeviceRemovable [u16Temp], 0xff, u16Temp); in ms_get_roothub_desc() 420 pDesc->wHubCharacteristics = u16Temp; in ms_get_roothub_desc()
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/nsk2/ |
| H A D | halNSK2.c | 1965 MS_U8 *pDesc = (MS_U8 *)desc; in HAL_NSK2_GetOTPProperties() local 1986 *pDesc++ = K6liteAsst[i].u8Tag; in HAL_NSK2_GetOTPProperties() 1987 *pDesc++ = K6liteAsst[i].u8Length; in HAL_NSK2_GetOTPProperties() 1992 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties() 2005 memcpy(pDesc,PubOTP,8); in HAL_NSK2_GetOTPProperties() 2006 pDesc += 8; in HAL_NSK2_GetOTPProperties() 2014 *pDesc++ = (MS_U8)((MaxNVCounter>>24)&0xff); in HAL_NSK2_GetOTPProperties() 2015 *pDesc++ = (MS_U8)((MaxNVCounter>>16)&0xff); in HAL_NSK2_GetOTPProperties() 2016 *pDesc++ = (MS_U8)((MaxNVCounter>>8)&0xff); in HAL_NSK2_GetOTPProperties() 2017 *pDesc++ = (MS_U8)(MaxNVCounter&0xff); in HAL_NSK2_GetOTPProperties() [all …]
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/nsk2/ |
| H A D | halNSK2.c | 1947 MS_U8 *pDesc = (MS_U8 *)desc; in HAL_NSK2_GetOTPProperties() local 1969 *pDesc++ = K7Asst[i].u8Tag; in HAL_NSK2_GetOTPProperties() 1970 *pDesc++ = K7Asst[i].u8Length; in HAL_NSK2_GetOTPProperties() 1974 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties() 1985 memcpy(pDesc,PubOTP,8); in HAL_NSK2_GetOTPProperties() 1986 pDesc += 8; in HAL_NSK2_GetOTPProperties() 1991 *pDesc++ = (MS_U8)((MaxNVCounter>>24)&0xff); in HAL_NSK2_GetOTPProperties() 1992 *pDesc++ = (MS_U8)((MaxNVCounter>>16)&0xff); in HAL_NSK2_GetOTPProperties() 1993 *pDesc++ = (MS_U8)((MaxNVCounter>>8)&0xff); in HAL_NSK2_GetOTPProperties() 1994 *pDesc++ = (MS_U8)(MaxNVCounter&0xff); in HAL_NSK2_GetOTPProperties() [all …]
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/nsk2/ |
| H A D | halNSK2.c | 1962 MS_U8 *pDesc = (MS_U8 *)desc; in HAL_NSK2_GetOTPProperties() local 1983 *pDesc++ = K6Asst[i].u8Tag; in HAL_NSK2_GetOTPProperties() 1984 *pDesc++ = K6Asst[i].u8Length; in HAL_NSK2_GetOTPProperties() 1989 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties() 2002 memcpy(pDesc,PubOTP,8); in HAL_NSK2_GetOTPProperties() 2003 pDesc += 8; in HAL_NSK2_GetOTPProperties() 2011 *pDesc++ = (MS_U8)((MaxNVCounter>>24)&0xff); in HAL_NSK2_GetOTPProperties() 2012 *pDesc++ = (MS_U8)((MaxNVCounter>>16)&0xff); in HAL_NSK2_GetOTPProperties() 2013 *pDesc++ = (MS_U8)((MaxNVCounter>>8)&0xff); in HAL_NSK2_GetOTPProperties() 2014 *pDesc++ = (MS_U8)(MaxNVCounter&0xff); in HAL_NSK2_GetOTPProperties() [all …]
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/nsk2/ |
| H A D | halNSK2.c | 1967 MS_U8 *pDesc = (MS_U8 *)desc; in HAL_NSK2_GetOTPProperties() local 1988 *pDesc++ = K6liteAsst[i].u8Tag; in HAL_NSK2_GetOTPProperties() 1989 *pDesc++ = K6liteAsst[i].u8Length; in HAL_NSK2_GetOTPProperties() 1994 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties() 2007 memcpy(pDesc,PubOTP,8); in HAL_NSK2_GetOTPProperties() 2008 pDesc += 8; in HAL_NSK2_GetOTPProperties() 2016 *pDesc++ = (MS_U8)((MaxNVCounter>>24)&0xff); in HAL_NSK2_GetOTPProperties() 2017 *pDesc++ = (MS_U8)((MaxNVCounter>>16)&0xff); in HAL_NSK2_GetOTPProperties() 2018 *pDesc++ = (MS_U8)((MaxNVCounter>>8)&0xff); in HAL_NSK2_GetOTPProperties() 2019 *pDesc++ = (MS_U8)(MaxNVCounter&0xff); in HAL_NSK2_GetOTPProperties() [all …]
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/nsk2/ |
| H A D | halNSK2.c | 2260 MS_U8 *pDesc = (MS_U8 *)desc; in HAL_NSK2_GetOTPProperties() local 2282 *pDesc++ = KanoAsst[i].u8Tag; in HAL_NSK2_GetOTPProperties() 2283 *pDesc++ = KanoAsst[i].u8Length; in HAL_NSK2_GetOTPProperties() 2288 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties() 2299 memcpy(pDesc,PubOTP,8); in HAL_NSK2_GetOTPProperties() 2300 pDesc += 8; in HAL_NSK2_GetOTPProperties() 2306 memcpy(pDesc,PubOTP,16); in HAL_NSK2_GetOTPProperties() 2307 pDesc += 16; in HAL_NSK2_GetOTPProperties() 2319 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties() 2322 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties() [all …]
|
| /utopia/UTPA2-700.0.x/modules/audio/api/audio/ |
| H A D | apiAUDIO_v2_customer.c | 16032 tWMAFileContDesc *pDesc = NULL; in AU_CUS_WMA_Parser_LoadContentDescriptionObject() local 16052 pDesc = pInt->m_pDesc; in AU_CUS_WMA_Parser_LoadContentDescriptionObject() 16053 memset(pDesc, 0, sizeof(tWMAFileContDesc)); in AU_CUS_WMA_Parser_LoadContentDescriptionObject() 16077 LoadWORD(pDesc->title_len, pData); in AU_CUS_WMA_Parser_LoadContentDescriptionObject() 16078 LoadWORD(pDesc->author_len, pData); in AU_CUS_WMA_Parser_LoadContentDescriptionObject() 16079 LoadWORD(pDesc->copyright_len, pData); in AU_CUS_WMA_Parser_LoadContentDescriptionObject() 16080 LoadWORD(pDesc->description_len, pData); in AU_CUS_WMA_Parser_LoadContentDescriptionObject() 16081 LoadWORD(pDesc->rating_len, pData); in AU_CUS_WMA_Parser_LoadContentDescriptionObject() 16083 …aStr((tHWMAFileState *)pInt, &iCurrFileOffset, iMaxFileOffset, &pDesc->title_len, &pDesc->pTitle); in AU_CUS_WMA_Parser_LoadContentDescriptionObject() 16089 …Str((tHWMAFileState *)pInt, &iCurrFileOffset, iMaxFileOffset, &pDesc->author_len, &pDesc->pAuthor… in AU_CUS_WMA_Parser_LoadContentDescriptionObject() [all …]
|