Lines Matching refs:DBG_AUDSP_LOAD
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()
1321 DBG_AUDSP_LOAD(" PreFetch PM size: 0x%lx\r\n", pau_info->prefetch_len); in HAL_AUDSP_DspLoadCode()
1324 DBG_AUDSP_LOAD(" MIU of PreFetch: 0x%lX\r\n", MIU_addr); in HAL_AUDSP_DspLoadCode()
1331 DBG_AUDSP_LOAD(" Cache PM addr: 0x%lx\r\n", (MS_U32)pau_info->cache_addr); in HAL_AUDSP_DspLoadCode()
1332 DBG_AUDSP_LOAD(" Cache PM buf addr: 0x%lx\r\n", (MS_U32)pau_info->cache_buf); in HAL_AUDSP_DspLoadCode()
1333 DBG_AUDSP_LOAD(" Cache PM size: 0x%lx\r\n", pau_info->cache_len); in HAL_AUDSP_DspLoadCode()
1336 DBG_AUDSP_LOAD(" MIU of Cache: 0x%lX\r\n", MIU_addr); in HAL_AUDSP_DspLoadCode()
1410 DBG_AUDSP_LOAD("HAL_AUDSP_DspLoadCode finished(type=%s(0x%x))\r\n", pau_info->AlgName, u8Type); in HAL_AUDSP_DspLoadCode()
1455 DBG_AUDSP_LOAD(" PM addr: 0x%lx\r\n", pau_info->pm_addr); in HAL_AUDSP_DspLoadCode2()
1456 DBG_AUDSP_LOAD(" PM buf addr: 0x%lx\r\n", (MS_U32) pau_info->pm_buf); in HAL_AUDSP_DspLoadCode2()
1457 DBG_AUDSP_LOAD(" PM size: 0x%lx\r\n", pau_info->pm_len); in HAL_AUDSP_DspLoadCode2()
1471 DBG_AUDSP_LOAD(" CM addr: 0x%lx\r\n", pau_info->cm_addr); in HAL_AUDSP_DspLoadCode2()
1472 DBG_AUDSP_LOAD(" CM buf addr: 0x%lx\r\n", (MS_U32) pau_info->cm_buf); in HAL_AUDSP_DspLoadCode2()
1473 DBG_AUDSP_LOAD(" CM size: 0x%lx\r\n", pau_info->cm_len); in HAL_AUDSP_DspLoadCode2()
1490 DBG_AUDSP_LOAD(" PreFetch PM addr: 0x%lx\r\n", pau_info->prefetch_addr); in HAL_AUDSP_DspLoadCode2()
1491 DBG_AUDSP_LOAD(" PreFetch PM buf addr: 0x%lx\r\n", (MS_U32)pau_info->prefetch_buf); in HAL_AUDSP_DspLoadCode2()
1492 DBG_AUDSP_LOAD(" PreFetch PM size: 0x%lx\r\n", pau_info->prefetch_len); in HAL_AUDSP_DspLoadCode2()
1503 DBG_AUDSP_LOAD(" Cache PM addr: 0x%lx\r\n", (MS_U32)pau_info->cache_addr); in HAL_AUDSP_DspLoadCode2()
1504 DBG_AUDSP_LOAD(" Cache PM buf addr: 0x%lx\r\n", (MS_U32)pau_info->cache_buf); in HAL_AUDSP_DspLoadCode2()
1505 DBG_AUDSP_LOAD(" Cache PM size: 0x%lx\r\n", pau_info->cache_len); in HAL_AUDSP_DspLoadCode2()
1508 DBG_AUDSP_LOAD(" MIU of Cache: 0x%lX\r\n", MIU_addr); in HAL_AUDSP_DspLoadCode2()
1515 …DBG_AUDSP_LOAD("DSP %s finished (type=%s)\r\n", ((DSP_select == DSP_DEC) ? "DEC" : "SND"), pau_inf… in HAL_AUDSP_DspLoadCode2()
1581 DBG_AUDSP_LOAD("HAL_AUDSP_DspLoadSystemCode2 finished(type=%s)\r\n", pau_info->AlgName); in HAL_AUDSP_DspLoadSystemCode2()