Lines Matching refs:DBG_AUDSP_LOAD
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()
667 DBG_AUDSP_LOAD(" PreFetch PM buf addr: 0x%lx\r\n", (MS_VIRT)pau_info->prefetch_buf); in HAL_AUDSP_DspLoadCode2()
669 DBG_AUDSP_LOAD(" PreFetch PM buf addr: 0x%x\r\n", (MS_VIRT)pau_info->prefetch_buf); in HAL_AUDSP_DspLoadCode2()
671 DBG_AUDSP_LOAD(" PreFetch PM size: 0x%x\r\n", pau_info->prefetch_len); in HAL_AUDSP_DspLoadCode2()
682 DBG_AUDSP_LOAD(" Cache PM addr: 0x%x\r\n", pau_info->cache_addr); in HAL_AUDSP_DspLoadCode2()
684 DBG_AUDSP_LOAD(" Cache PM buf addr: 0x%lx\r\n", (MS_VIRT)pau_info->cache_buf); in HAL_AUDSP_DspLoadCode2()
686 DBG_AUDSP_LOAD(" Cache PM buf addr: 0x%x\r\n", (MS_VIRT)pau_info->cache_buf); in HAL_AUDSP_DspLoadCode2()
688 DBG_AUDSP_LOAD(" Cache PM size: 0x%x\r\n", pau_info->cache_len); in HAL_AUDSP_DspLoadCode2()
691 DBG_AUDSP_LOAD(" MIU of Cache: 0x%X\r\n", MIU_addr); in HAL_AUDSP_DspLoadCode2()
698 …DBG_AUDSP_LOAD("DSP %s finished (type=%s)\r\n", ((DSP_select == DSP_DEC) ? "DEC" : "SND"), pau_inf… in HAL_AUDSP_DspLoadCode2()
764 DBG_AUDSP_LOAD("HAL_AUDSP_DspLoadSystemCode2 finished(type=%s)\r\n", pau_info->AlgName); in HAL_AUDSP_DspLoadSystemCode2()