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);
373 siu_stream->buf_bytes = snd_pcm_lib_buffer_bytes(ss);
380 if (siu_stream->buf_bytes % siu_stream->period_bytes) {
382 __func__, siu_stream->buf_bytes,
394 dev_dbg(dev, "port=%d buf=%lx buf_bytes=%d period_bytes=%d "
396 (unsigned long)rt->dma_addr, siu_stream->buf_bytes,
474 siu_read32(base + SIU_SBFSTS), ptr, siu_stream->buf_bytes,
477 if (ptr >= siu_stream->buf_bytes)