Lines Matching defs:size
93 writel(((cs->size - 1) & 0xffff0000) |
209 unsigned long size, count;
211 /* compute buffer size in term of "words" as requested in specs */
212 size = frames_to_bytes(runtime, runtime->buffer_size);
213 size = (size>>2)-1;
219 writel(size, priv->io + KIRKWOOD_PLAY_BUF_SIZE);
223 writel(size, priv->io + KIRKWOOD_REC_BUF_SIZE);
252 size_t size = kirkwood_dma_snd_hw.buffer_bytes_max;
256 buf->area = dma_alloc_coherent(pcm->card->dev, size,
260 buf->bytes = size;