Lines Matching refs:DBG_AUDSP_LOAD
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()
1371 DBG_AUDSP_LOAD(" PreFetch PM size: 0x%lx\r\n", pau_info->prefetch_len); in HAL_AUDSP_DspLoadCode()
1374 DBG_AUDSP_LOAD(" MIU of PreFetch: 0x%lX\r\n", MIU_addr); in HAL_AUDSP_DspLoadCode()
1382 DBG_AUDSP_LOAD(" Cache PM addr: 0x%lx\r\n", (MS_U32)pau_info->cache_addr); in HAL_AUDSP_DspLoadCode()
1383 DBG_AUDSP_LOAD(" Cache PM buf addr: 0x%lx\r\n", (MS_U32)pau_info->cache_buf); in HAL_AUDSP_DspLoadCode()
1384 DBG_AUDSP_LOAD(" Cache PM size: 0x%lx\r\n", pau_info->cache_len); in HAL_AUDSP_DspLoadCode()
1387 DBG_AUDSP_LOAD(" MIU of Cache: 0x%lX\r\n", MIU_addr); in HAL_AUDSP_DspLoadCode()
1462 DBG_AUDSP_LOAD("HAL_AUDSP_DspLoadCode finished(type=%s(0x%x))\r\n", pau_info->AlgName, u8Type); in HAL_AUDSP_DspLoadCode()
1507 DBG_AUDSP_LOAD(" PM addr: 0x%lx\r\n", pau_info->pm_addr); in HAL_AUDSP_DspLoadCode2()
1508 DBG_AUDSP_LOAD(" PM buf addr: 0x%lx\r\n", (MS_U32) pau_info->pm_buf); in HAL_AUDSP_DspLoadCode2()
1509 DBG_AUDSP_LOAD(" PM size: 0x%lx\r\n", pau_info->pm_len); in HAL_AUDSP_DspLoadCode2()
1523 DBG_AUDSP_LOAD(" CM addr: 0x%lx\r\n", pau_info->cm_addr); in HAL_AUDSP_DspLoadCode2()
1524 DBG_AUDSP_LOAD(" CM buf addr: 0x%lx\r\n", (MS_U32) pau_info->cm_buf); in HAL_AUDSP_DspLoadCode2()
1525 DBG_AUDSP_LOAD(" CM size: 0x%lx\r\n", pau_info->cm_len); in HAL_AUDSP_DspLoadCode2()
1542 DBG_AUDSP_LOAD(" PreFetch PM addr: 0x%lx\r\n", pau_info->prefetch_addr); in HAL_AUDSP_DspLoadCode2()
1543 DBG_AUDSP_LOAD(" PreFetch PM buf addr: 0x%lx\r\n", (MS_U32)pau_info->prefetch_buf); in HAL_AUDSP_DspLoadCode2()
1544 DBG_AUDSP_LOAD(" PreFetch PM size: 0x%lx\r\n", pau_info->prefetch_len); in HAL_AUDSP_DspLoadCode2()
1555 DBG_AUDSP_LOAD(" Cache PM addr: 0x%lx\r\n", (MS_U32)pau_info->cache_addr); in HAL_AUDSP_DspLoadCode2()
1556 DBG_AUDSP_LOAD(" Cache PM buf addr: 0x%lx\r\n", (MS_U32)pau_info->cache_buf); in HAL_AUDSP_DspLoadCode2()
1557 DBG_AUDSP_LOAD(" Cache PM size: 0x%lx\r\n", pau_info->cache_len); in HAL_AUDSP_DspLoadCode2()
1560 DBG_AUDSP_LOAD(" MIU of Cache: 0x%lX\r\n", MIU_addr); in HAL_AUDSP_DspLoadCode2()
1567 …DBG_AUDSP_LOAD("DSP %s finished (type=%s)\r\n", ((DSP_select == DSP_DEC) ? "DEC" : "SND"), pau_inf… in HAL_AUDSP_DspLoadCode2()
1633 DBG_AUDSP_LOAD("HAL_AUDSP_DspLoadSystemCode2 finished(type=%s)\r\n", pau_info->AlgName); in HAL_AUDSP_DspLoadSystemCode2()