Searched refs:next_free_ym_word (Results 1 – 1 of 1) sorted by relevance
542 unsigned int next_free_xm_word, next_free_ym_word, next_free_zm_word; in cs_dsp_mock_xm_header_add_adsp2_algs() local545 next_free_ym_word = be32_to_cpu(hdr->ym); in cs_dsp_mock_xm_header_add_adsp2_algs()569 alg_info->ym = cpu_to_be32(next_free_ym_word); in cs_dsp_mock_xm_header_add_adsp2_algs()579 if (alg_ym_last > next_free_ym_word) in cs_dsp_mock_xm_header_add_adsp2_algs()580 next_free_ym_word = alg_ym_last; in cs_dsp_mock_xm_header_add_adsp2_algs()596 unsigned int next_free_xm_word, next_free_ym_word; in cs_dsp_mock_xm_header_add_halo_algs() local600 next_free_ym_word = be32_to_cpu(hdr->ym_base) + be32_to_cpu(hdr->ym_size) - 1; in cs_dsp_mock_xm_header_add_halo_algs()624 alg_info->ym_base = cpu_to_be32(next_free_ym_word); in cs_dsp_mock_xm_header_add_halo_algs()631 if (alg_ym_last > next_free_ym_word) in cs_dsp_mock_xm_header_add_halo_algs()632 next_free_ym_word = alg_ym_last; in cs_dsp_mock_xm_header_add_halo_algs()
Completed in 5 milliseconds