Lines Matching refs:DBG_AUDSP_LOAD

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()
547 DBG_AUDSP_LOAD(" PreFetch PM size: 0x%lx\r\n", pau_info->prefetch_len); in HAL_AUDSP_DspLoadCode()
550 DBG_AUDSP_LOAD(" MIU of PreFetch: 0x%lX\r\n", MIU_addr); in HAL_AUDSP_DspLoadCode()
558 DBG_AUDSP_LOAD(" Cache PM addr: 0x%lx\r\n", (MS_U32)pau_info->cache_addr); in HAL_AUDSP_DspLoadCode()
559 DBG_AUDSP_LOAD(" Cache PM buf addr: 0x%lx\r\n", (MS_U32)pau_info->cache_buf); in HAL_AUDSP_DspLoadCode()
560 DBG_AUDSP_LOAD(" Cache PM size: 0x%lx\r\n", pau_info->cache_len); in HAL_AUDSP_DspLoadCode()
563 DBG_AUDSP_LOAD(" MIU of Cache: 0x%lX\r\n", MIU_addr); in HAL_AUDSP_DspLoadCode()
621DBG_AUDSP_LOAD("HAL_AUDSP_DspLoadCode finished(type=%s(0x%x))\r\n", pau_info->AlgName, dspCodeType… in HAL_AUDSP_DspLoadCode()
641 DBG_AUDSP_LOAD(" PM addr: 0x%lx\r\n", pau_info->pm_addr); in HAL_AUDSP_DspLoadCode2()
642 DBG_AUDSP_LOAD(" PM buf addr: 0x%lx\r\n", (MS_U32) pau_info->pm_buf); in HAL_AUDSP_DspLoadCode2()
643 DBG_AUDSP_LOAD(" PM size: 0x%lx\r\n", pau_info->pm_len); in HAL_AUDSP_DspLoadCode2()
657 DBG_AUDSP_LOAD(" CM addr: 0x%lx\r\n", pau_info->cm_addr); in HAL_AUDSP_DspLoadCode2()
658 DBG_AUDSP_LOAD(" CM buf addr: 0x%lx\r\n", (MS_U32) pau_info->cm_buf); in HAL_AUDSP_DspLoadCode2()
659 DBG_AUDSP_LOAD(" CM size: 0x%lx\r\n", pau_info->cm_len); in HAL_AUDSP_DspLoadCode2()
676 DBG_AUDSP_LOAD(" PreFetch PM addr: 0x%lx\r\n", pau_info->prefetch_addr); in HAL_AUDSP_DspLoadCode2()
677 DBG_AUDSP_LOAD(" PreFetch PM buf addr: 0x%lx\r\n", (MS_U32)pau_info->prefetch_buf); in HAL_AUDSP_DspLoadCode2()
678 DBG_AUDSP_LOAD(" PreFetch PM size: 0x%lx\r\n", pau_info->prefetch_len); in HAL_AUDSP_DspLoadCode2()
689 DBG_AUDSP_LOAD(" Cache PM addr: 0x%lx\r\n", (MS_U32)pau_info->cache_addr); in HAL_AUDSP_DspLoadCode2()
690 DBG_AUDSP_LOAD(" Cache PM buf addr: 0x%lx\r\n", (MS_U32)pau_info->cache_buf); in HAL_AUDSP_DspLoadCode2()
691 DBG_AUDSP_LOAD(" Cache PM size: 0x%lx\r\n", pau_info->cache_len); in HAL_AUDSP_DspLoadCode2()
694 DBG_AUDSP_LOAD(" MIU of Cache: 0x%lX\r\n", MIU_addr); in HAL_AUDSP_DspLoadCode2()
701DBG_AUDSP_LOAD("DSP %s finished (type=%s)\r\n", ((DSP_select == DSP_DEC) ? "DEC" : "SND"), pau_inf… in HAL_AUDSP_DspLoadCode2()
767 DBG_AUDSP_LOAD("HAL_AUDSP_DspLoadSystemCode2 finished(type=%s)\r\n", pau_info->AlgName); in HAL_AUDSP_DspLoadSystemCode2()