Lines Matching refs:cm_buf
481 pau_info->cm_buf = (mst_codec_pm1+ 30); in HAL_AUDSP_DspLoadCode()
500 DBG_AUDSP_LOAD(" CM buf addr: 0x%lx\r\n", (MS_VIRT)pau_info->cm_buf); in HAL_AUDSP_DspLoadCode()
502 DBG_AUDSP_LOAD(" CM buf addr: 0x%x\r\n", (MS_VIRT)pau_info->cm_buf); in HAL_AUDSP_DspLoadCode()
506 …if(!HAL_AUDSP_DspLoadCodeSegment(pau_info->cm_addr, pau_info->cm_buf, pau_info->cm_len, DSP_select… in HAL_AUDSP_DspLoadCode()
508 …if(!HAL_AUDSP_DspVerifySegmentCode(pau_info->cm_addr, pau_info->cm_buf, pau_info->cm_len, DSP_sele… in HAL_AUDSP_DspLoadCode()
655 DBG_AUDSP_LOAD(" CM buf addr: 0x%lx\r\n", (MS_VIRT)pau_info->cm_buf); in HAL_AUDSP_DspLoadCode2()
657 DBG_AUDSP_LOAD(" CM buf addr: 0x%x\r\n", (MS_VIRT)pau_info->cm_buf); in HAL_AUDSP_DspLoadCode2()
661 …if ( !HAL_AUDSP_DspLoadCodeSegment(pau_info->cm_addr, pau_info->cm_buf, pau_info->cm_len, DSP_sele… in HAL_AUDSP_DspLoadCode2()
667 …if ( !HAL_AUDSP_DspVerifySegmentCode(pau_info->cm_addr, pau_info->cm_buf, pau_info->cm_len, DSP_se… in HAL_AUDSP_DspLoadCode2()
726 dsp_bootcode = pau_info->cm_buf; in HAL_AUDSP_DspLoadSystemCode2()
730 pau_info->cm_buf = (mst_codec_pm1 + 30); in HAL_AUDSP_DspLoadSystemCode2()