Lines Matching refs:buf_bytes
26 #define GET_MAX_PERIODS(buf_bytes, period_bytes) \
27 ((buf_bytes) / (period_bytes))
87 GET_MAX_PERIODS(siu_stream->buf_bytes,
94 siu_stream->buf_bytes, siu_stream->cookie);
377 siu_stream->buf_bytes = snd_pcm_lib_buffer_bytes(ss);
384 if (siu_stream->buf_bytes % siu_stream->period_bytes) {
386 __func__, siu_stream->buf_bytes,
398 dev_dbg(dev, "port=%d buf=%lx buf_bytes=%d period_bytes=%d "
400 (unsigned long)rt->dma_addr, siu_stream->buf_bytes,
478 siu_read32(base + SIU_SBFSTS), ptr, siu_stream->buf_bytes,
481 if (ptr >= siu_stream->buf_bytes)