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.c580 uint64_t temp_copied_total; in q6apm_dai_compr_pointer() local
584 temp_copied_total = tstamp->copied_total; in q6apm_dai_compr_pointer()
585 tstamp->byte_offset = do_div(temp_copied_total, prtd->pcm_size); in q6apm_dai_compr_pointer()
H A Dq6asm-dai.c1048 uint64_t temp_copied_total; in q6asm_dai_compr_pointer() local
1053 temp_copied_total = tstamp->copied_total; in q6asm_dai_compr_pointer()
1054 tstamp->byte_offset = do_div(temp_copied_total, prtd->pcm_size); in q6asm_dai_compr_pointer()