Lines Matching refs:cm_buf
500 pau_info->cm_buf = (mst_codec_pm1+ 30); in HAL_AUDSP_DspLoadCode()
519 DBG_AUDSP_LOAD(" CM buf addr: 0x%lx\r\n", (MS_VIRT)pau_info->cm_buf); in HAL_AUDSP_DspLoadCode()
521 DBG_AUDSP_LOAD(" CM buf addr: 0x%x\r\n", (MS_VIRT)pau_info->cm_buf); in HAL_AUDSP_DspLoadCode()
525 …if(!HAL_AUDSP_DspLoadCodeSegment(pau_info->cm_addr, pau_info->cm_buf, pau_info->cm_len, DSP_select… in HAL_AUDSP_DspLoadCode()
527 …if(!HAL_AUDSP_DspVerifySegmentCode(pau_info->cm_addr, pau_info->cm_buf, pau_info->cm_len, DSP_sele… in HAL_AUDSP_DspLoadCode()
673 DBG_AUDSP_LOAD(" CM buf addr: 0x%lx\r\n", (MS_VIRT)pau_info->cm_buf); in HAL_AUDSP_DspLoadCode2()
675 DBG_AUDSP_LOAD(" CM buf addr: 0x%x\r\n", (MS_VIRT)pau_info->cm_buf); in HAL_AUDSP_DspLoadCode2()
679 …if ( !HAL_AUDSP_DspLoadCodeSegment(pau_info->cm_addr, pau_info->cm_buf, pau_info->cm_len, DSP_sele… in HAL_AUDSP_DspLoadCode2()
685 …if ( !HAL_AUDSP_DspVerifySegmentCode(pau_info->cm_addr, pau_info->cm_buf, pau_info->cm_len, DSP_se… in HAL_AUDSP_DspLoadCode2()
744 dsp_bootcode = pau_info->cm_buf; in HAL_AUDSP_DspLoadSystemCode2()
748 pau_info->cm_buf = (mst_codec_pm1 + 30); in HAL_AUDSP_DspLoadSystemCode2()