Home
last modified time | relevance | path

Searched refs:temp_copied_total (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/intel/atom/
H A Dsst-mfld-platform-compress.c209 u64 temp_copied_total = tstamp->copied_total; in sst_platform_compr_pointer() local
214 do_div(temp_copied_total, cstream->runtime->buffer_size); in sst_platform_compr_pointer()
/linux/sound/soc/qcom/qdsp6/
H A Dq6apm-dai.c755 uint64_t temp_copied_total; in q6apm_dai_compr_set_params()
759 temp_copied_total = tstamp->copied_total; in q6apm_dai_compr_set_params()
760 tstamp->byte_offset = do_div(temp_copied_total, prtd->pcm_size); in q6apm_dai_compr_set_params()
666 uint64_t temp_copied_total; q6apm_dai_compr_pointer() local
H A Dq6asm-dai.c1050 uint64_t temp_copied_total; in q6asm_dai_compr_pointer() local
1055 temp_copied_total = tstamp->copied_total; in q6asm_dai_compr_pointer()
1056 tstamp->byte_offset = do_div(temp_copied_total, prtd->pcm_size); in q6asm_dai_compr_pointer()