| /utopia/UTPA2-700.0.x/modules/audio/hal/maxim/audsp/ |
| H A D | halAUDSP.c | 195 #define DBG_AUDSP_LOAD(args...) //DBG_PREFIX(args) macro 425 DBG_AUDSP_LOAD("@@@@@@@@@@ ====== HAL_AUDSP_DspLoadCode: 0x%x ======\r\n",dspCodeType); in HAL_AUDSP_DspLoadCode() 453 DBG_AUDSP_LOAD(" [dsp_info]:decoder type not found.\r\n"); in HAL_AUDSP_DspLoadCode() 459 … DBG_AUDSP_LOAD(" [HAL_AUDSP_DspLoadCode]:====== Loading the wrong DSP code type!======\r\n"); in HAL_AUDSP_DspLoadCode() 508 DBG_AUDSP_LOAD(" PM addr: 0x%x\r\n", pau_info->pm_addr); in HAL_AUDSP_DspLoadCode() 510 DBG_AUDSP_LOAD(" PM buf addr: 0x%lx\r\n", (MS_VIRT)pau_info->pm_buf); in HAL_AUDSP_DspLoadCode() 512 DBG_AUDSP_LOAD(" PM buf addr: 0x%x\r\n", (MS_VIRT)pau_info->pm_buf); in HAL_AUDSP_DspLoadCode() 514 DBG_AUDSP_LOAD(" PM size: 0x%x\r\n",pau_info->pm_len); in HAL_AUDSP_DspLoadCode() 521 DBG_AUDSP_LOAD(" CM addr: 0x%x\r\n", pau_info->cm_addr); in HAL_AUDSP_DspLoadCode() 523 DBG_AUDSP_LOAD(" CM buf addr: 0x%lx\r\n", (MS_VIRT)pau_info->cm_buf); in HAL_AUDSP_DspLoadCode() [all …]
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/M7621/audsp/ |
| H A D | halAUDSP.c | 191 #define DBG_AUDSP_LOAD(args...) //DBG_PREFIX(args) macro 421 DBG_AUDSP_LOAD("@@@@@@@@@@ ====== HAL_AUDSP_DspLoadCode: 0x%x ======\r\n",dspCodeType); in HAL_AUDSP_DspLoadCode() 449 DBG_AUDSP_LOAD(" [dsp_info]:decoder type not found.\r\n"); in HAL_AUDSP_DspLoadCode() 455 … DBG_AUDSP_LOAD(" [HAL_AUDSP_DspLoadCode]:====== Loading the wrong DSP code type!======\r\n"); in HAL_AUDSP_DspLoadCode() 504 DBG_AUDSP_LOAD(" PM addr: 0x%x\r\n", pau_info->pm_addr); in HAL_AUDSP_DspLoadCode() 506 DBG_AUDSP_LOAD(" PM buf addr: 0x%lx\r\n", (MS_VIRT)pau_info->pm_buf); in HAL_AUDSP_DspLoadCode() 508 DBG_AUDSP_LOAD(" PM buf addr: 0x%x\r\n", (MS_VIRT)pau_info->pm_buf); in HAL_AUDSP_DspLoadCode() 510 DBG_AUDSP_LOAD(" PM size: 0x%x\r\n",pau_info->pm_len); in HAL_AUDSP_DspLoadCode() 517 DBG_AUDSP_LOAD(" CM addr: 0x%x\r\n", pau_info->cm_addr); in HAL_AUDSP_DspLoadCode() 519 DBG_AUDSP_LOAD(" CM buf addr: 0x%lx\r\n", (MS_VIRT)pau_info->cm_buf); in HAL_AUDSP_DspLoadCode() [all …]
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/macan/audsp/ |
| H A D | halAUDSP.c | 191 #define DBG_AUDSP_LOAD(args...) //DBG_PREFIX(args) macro 406 DBG_AUDSP_LOAD("@@@@@@@@@@ ====== HAL_AUDSP_DspLoadCode: 0x%x ======\r\n", dspCodeType); in HAL_AUDSP_DspLoadCode() 485 DBG_AUDSP_LOAD(" PM addr: 0x%x\r\n", pau_info->pm_addr); in HAL_AUDSP_DspLoadCode() 487 DBG_AUDSP_LOAD(" PM buf addr: 0x%lx\r\n", (MS_VIRT)pau_info->pm_buf); in HAL_AUDSP_DspLoadCode() 489 DBG_AUDSP_LOAD(" PM buf addr: 0x%x\r\n", (MS_VIRT)pau_info->pm_buf); in HAL_AUDSP_DspLoadCode() 491 DBG_AUDSP_LOAD(" PM size: 0x%x\r\n",pau_info->pm_len); in HAL_AUDSP_DspLoadCode() 498 DBG_AUDSP_LOAD(" CM addr: 0x%x\r\n", pau_info->cm_addr); in HAL_AUDSP_DspLoadCode() 500 DBG_AUDSP_LOAD(" CM buf addr: 0x%lx\r\n", (MS_VIRT)pau_info->cm_buf); in HAL_AUDSP_DspLoadCode() 502 DBG_AUDSP_LOAD(" CM buf addr: 0x%x\r\n", (MS_VIRT)pau_info->cm_buf); in HAL_AUDSP_DspLoadCode() 504 DBG_AUDSP_LOAD(" CM size: 0x%x\r\n", pau_info->cm_len); in HAL_AUDSP_DspLoadCode() [all …]
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/mooney/audsp/ |
| H A D | halAUDSP.c | 190 #define DBG_AUDSP_LOAD(args...) //DBG_PREFIX(args) macro 445 DBG_AUDSP_LOAD("@@@@@@@@@@ ====== HAL_AUDSP_DspLoadCode: 0x%x ======\r\n",dspCodeType); in HAL_AUDSP_DspLoadCode() 524 DBG_AUDSP_LOAD(" PM addr: 0x%lx\r\n",pau_info->pm_addr); in HAL_AUDSP_DspLoadCode() 525 DBG_AUDSP_LOAD(" PM buf addr: 0x%lx\r\n",(MS_U32)pau_info->pm_buf); in HAL_AUDSP_DspLoadCode() 526 DBG_AUDSP_LOAD(" PM size: 0x%lx\r\n",pau_info->pm_len); in HAL_AUDSP_DspLoadCode() 533 DBG_AUDSP_LOAD(" CM addr: 0x%lx\r\n",pau_info->cm_addr); in HAL_AUDSP_DspLoadCode() 534 DBG_AUDSP_LOAD(" CM buf addr: 0x%lx\r\n",(MS_U32)pau_info->cm_buf); in HAL_AUDSP_DspLoadCode() 535 DBG_AUDSP_LOAD(" CM size: 0x%lx\r\n",pau_info->cm_len); in HAL_AUDSP_DspLoadCode() 545 DBG_AUDSP_LOAD(" PreFetch PM addr: 0x%lx\r\n", pau_info->prefetch_addr); in HAL_AUDSP_DspLoadCode() 546 DBG_AUDSP_LOAD(" PreFetch PM buf addr: 0x%lx\r\n", (MS_U32)pau_info->prefetch_buf); in HAL_AUDSP_DspLoadCode() [all …]
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/maldives/audsp/ |
| H A D | halAUDSP.c | 195 #define DBG_AUDSP_LOAD(args...) //DBG_PREFIX(args) macro 1232 DBG_AUDSP_LOAD("@@@@@@@@@@ ====== HAL_AUDSP_DspLoadCode: 0x%x ======\r\n",u8Type); in HAL_AUDSP_DspLoadCode() 1348 DBG_AUDSP_LOAD(" PM addr: 0x%lx\r\n",pau_info->pm_addr); in HAL_AUDSP_DspLoadCode() 1349 DBG_AUDSP_LOAD(" PM buf addr: 0x%lx\r\n",(MS_U32)pau_info->pm_buf); in HAL_AUDSP_DspLoadCode() 1350 DBG_AUDSP_LOAD(" PM size: 0x%lx\r\n",pau_info->pm_len); in HAL_AUDSP_DspLoadCode() 1357 DBG_AUDSP_LOAD(" CM addr: 0x%lx\r\n",pau_info->cm_addr); in HAL_AUDSP_DspLoadCode() 1358 DBG_AUDSP_LOAD(" CM buf addr: 0x%lx\r\n",(MS_U32)pau_info->cm_buf); in HAL_AUDSP_DspLoadCode() 1359 DBG_AUDSP_LOAD(" CM size: 0x%lx\r\n",pau_info->cm_len); in HAL_AUDSP_DspLoadCode() 1369 DBG_AUDSP_LOAD(" PreFetch PM addr: 0x%lx\r\n", pau_info->prefetch_addr); in HAL_AUDSP_DspLoadCode() 1370 DBG_AUDSP_LOAD(" PreFetch PM buf addr: 0x%lx\r\n", (MS_U32)pau_info->prefetch_buf); in HAL_AUDSP_DspLoadCode() [all …]
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/mustang/audsp/ |
| H A D | halAUDSP.c | 194 #define DBG_AUDSP_LOAD(args...) //DBG_PREFIX(args) macro 1188 DBG_AUDSP_LOAD("@@@@@@@@@@ ====== HAL_AUDSP_DspLoadCode: 0x%x ======\r\n",u8Type); in HAL_AUDSP_DspLoadCode() 1298 DBG_AUDSP_LOAD(" PM addr: 0x%lx\r\n",pau_info->pm_addr); in HAL_AUDSP_DspLoadCode() 1299 DBG_AUDSP_LOAD(" PM buf addr: 0x%lx\r\n",(MS_U32)pau_info->pm_buf); in HAL_AUDSP_DspLoadCode() 1300 DBG_AUDSP_LOAD(" PM size: 0x%lx\r\n",pau_info->pm_len); in HAL_AUDSP_DspLoadCode() 1307 DBG_AUDSP_LOAD(" CM addr: 0x%lx\r\n",pau_info->cm_addr); in HAL_AUDSP_DspLoadCode() 1308 DBG_AUDSP_LOAD(" CM buf addr: 0x%lx\r\n",(MS_U32)pau_info->cm_buf); in HAL_AUDSP_DspLoadCode() 1309 DBG_AUDSP_LOAD(" CM size: 0x%lx\r\n",pau_info->cm_len); in HAL_AUDSP_DspLoadCode() 1319 DBG_AUDSP_LOAD(" PreFetch PM addr: 0x%lx\r\n", pau_info->prefetch_addr); in HAL_AUDSP_DspLoadCode() 1320 DBG_AUDSP_LOAD(" PreFetch PM buf addr: 0x%lx\r\n", (MS_U32)pau_info->prefetch_buf); in HAL_AUDSP_DspLoadCode() [all …]
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/manhattan/audsp/ |
| H A D | halAUDSP.c | 194 #define DBG_AUDSP_LOAD(args...) //DBG_PREFIX(args) macro 622 DBG_AUDSP_LOAD(" PM addr: 0x%x\r\n", pau_info->pm_addr); in HAL_AUDSP_DspLoadCode2() 624 DBG_AUDSP_LOAD(" PM buf addr: 0x%lx\r\n", (MS_VIRT) pau_info->pm_buf); in HAL_AUDSP_DspLoadCode2() 626 DBG_AUDSP_LOAD(" PM buf addr: 0x%x\r\n", (MS_VIRT) pau_info->pm_buf); in HAL_AUDSP_DspLoadCode2() 628 DBG_AUDSP_LOAD(" PM size: 0x%x\r\n", pau_info->pm_len); in HAL_AUDSP_DspLoadCode2() 642 DBG_AUDSP_LOAD(" CM addr: 0x%x\r\n", pau_info->cm_addr); in HAL_AUDSP_DspLoadCode2() 644 DBG_AUDSP_LOAD(" CM buf addr: 0x%lx\r\n", (MS_VIRT)pau_info->cm_buf); in HAL_AUDSP_DspLoadCode2() 646 DBG_AUDSP_LOAD(" CM buf addr: 0x%x\r\n", (MS_VIRT)pau_info->cm_buf); in HAL_AUDSP_DspLoadCode2() 648 DBG_AUDSP_LOAD(" CM size: 0x%x\r\n", pau_info->cm_len); in HAL_AUDSP_DspLoadCode2() 665 DBG_AUDSP_LOAD(" PreFetch PM addr: 0x%x\r\n", pau_info->prefetch_addr); in HAL_AUDSP_DspLoadCode2() [all …]
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/curry/audsp/ |
| H A D | halAUDSP.c | 178 #define DBG_AUDSP_LOAD(args...) //DBG_PREFIX(args) macro 275 DBG_AUDSP_LOAD("@@@@@@@@@@ ====== HAL_AUDSP_DspLoadCode: 0x%x ======\r\n",u8Type); in HAL_AUDSP_DspLoadCode() 420 DBG_AUDSP_LOAD("HAL_AUDSP_DspLoadCode finished(type=(0x%x))\r\n" , dspCodeType); in HAL_AUDSP_DspLoadCode()
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/k6/audsp/ |
| H A D | halAUDSP.c | 184 #define DBG_AUDSP_LOAD(args...) //DBG_PREFIX(args) macro 414 DBG_AUDSP_LOAD("@@@@@@@@@@ ====== HAL_AUDSP_DspLoadCode: 0x%x ======\r\n",u8Type); in HAL_AUDSP_DspLoadCode() 566 DBG_AUDSP_LOAD("HAL_AUDSP_DspLoadCode finished(type=(0x%x))\r\n" , u8dspCodeType); in HAL_AUDSP_DspLoadCode()
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/kano/audsp/ |
| H A D | halAUDSP.c | 184 #define DBG_AUDSP_LOAD(args...) //DBG_PREFIX(args) macro 414 DBG_AUDSP_LOAD("@@@@@@@@@@ ====== HAL_AUDSP_DspLoadCode: 0x%x ======\r\n",u8Type); in HAL_AUDSP_DspLoadCode() 566 DBG_AUDSP_LOAD("HAL_AUDSP_DspLoadCode finished(type=(0x%x))\r\n" , u8dspCodeType); in HAL_AUDSP_DspLoadCode()
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/k6lite/audsp/ |
| H A D | halAUDSP.c | 184 #define DBG_AUDSP_LOAD(args...) //DBG_PREFIX(args) macro 414 DBG_AUDSP_LOAD("@@@@@@@@@@ ====== HAL_AUDSP_DspLoadCode: 0x%x ======\r\n",u8Type); in HAL_AUDSP_DspLoadCode() 565 DBG_AUDSP_LOAD("HAL_AUDSP_DspLoadCode finished(type=(0x%x))\r\n" , u8dspCodeType); in HAL_AUDSP_DspLoadCode()
|