Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/intel/common/
Dsst-firmware.c715 struct sst_block_allocator ba_tmp = *ba; in block_alloc_fixed() local
740 ba_tmp.size -= block_end - ba->offset; in block_alloc_fixed()
741 ba_tmp.offset = block_end; in block_alloc_fixed()
742 err = block_alloc_contiguous(dsp, &ba_tmp, block_list); in block_alloc_fixed()
777 ba_tmp.size -= block_end - ba->offset; in block_alloc_fixed()
778 ba_tmp.offset = block_end; in block_alloc_fixed()
780 err = block_alloc_contiguous(dsp, &ba_tmp, block_list); in block_alloc_fixed()