Home
last modified time | relevance | path

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

/sound/soc/intel/common/
Dsst-firmware.c558 struct sst_block_allocator *ba) in find_block() argument
563 if (block->type == ba->type && block->offset == ba->offset) in find_block()
572 struct sst_block_allocator *ba, struct list_head *block_list) in block_alloc_contiguous() argument
577 int size = ba->size, offset = ba->offset; in block_alloc_contiguous()
579 while (ba->size > 0) { in block_alloc_contiguous()
581 block = find_block(dsp, ba); in block_alloc_contiguous()
585 ba->size = size; in block_alloc_contiguous()
586 ba->offset = offset; in block_alloc_contiguous()
591 ba->offset += block->size; in block_alloc_contiguous()
592 ba->size -= block->size; in block_alloc_contiguous()
[all …]
Dsst-dsp-priv.h367 int sst_alloc_blocks(struct sst_dsp *dsp, struct sst_block_allocator *ba,
/sound/sparc/
Ddbri.c261 __u32 ba; /* Transmit/Receive Buffer Address */ member
850 dbri->dma->desc[desc].ba = 0; in reset_pipe()
1140 dbri->dma->desc[desc].ba = 0; in setup_descs()
1154 if (!dbri->dma->desc[desc].ba) in setup_descs()
1172 dbri->dma->desc[desc].ba = dvma_buffer; in setup_descs()
1215 dbri->dma->desc[desc].ba, in setup_descs()