Lines Matching refs:cm_buf
504 pau_info->cm_buf = (mst_codec_pm1+ 30); 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()
525 DBG_AUDSP_LOAD(" CM buf addr: 0x%x\r\n", (MS_VIRT)pau_info->cm_buf); in HAL_AUDSP_DspLoadCode()
529 …if(!HAL_AUDSP_DspLoadCodeSegment(pau_info->cm_addr, pau_info->cm_buf, pau_info->cm_len, DSP_select… in HAL_AUDSP_DspLoadCode()
531 …if(!HAL_AUDSP_DspVerifySegmentCode(pau_info->cm_addr, pau_info->cm_buf, pau_info->cm_len, DSP_sele… in HAL_AUDSP_DspLoadCode()
678 DBG_AUDSP_LOAD(" CM buf addr: 0x%lx\r\n", (MS_VIRT)pau_info->cm_buf); in HAL_AUDSP_DspLoadCode2()
680 DBG_AUDSP_LOAD(" CM buf addr: 0x%x\r\n", (MS_VIRT)pau_info->cm_buf); in HAL_AUDSP_DspLoadCode2()
684 …if ( !HAL_AUDSP_DspLoadCodeSegment(pau_info->cm_addr, pau_info->cm_buf, pau_info->cm_len, DSP_sele… in HAL_AUDSP_DspLoadCode2()
690 …if ( !HAL_AUDSP_DspVerifySegmentCode(pau_info->cm_addr, pau_info->cm_buf, pau_info->cm_len, DSP_se… in HAL_AUDSP_DspLoadCode2()
749 dsp_bootcode = pau_info->cm_buf; in HAL_AUDSP_DspLoadSystemCode2()
753 pau_info->cm_buf = (mst_codec_pm1 + 30); in HAL_AUDSP_DspLoadSystemCode2()