Lines Matching defs:bytes
31 int bytes = runtime->period_size *
37 sub->threshold + bytes);
39 sub->threshold += bytes;
41 aiodma_rb_sync(sub, runtime->dma_addr, runtime->dma_bytes, bytes);
51 int bytes = runtime->fragment_size;
56 sub->threshold + bytes);
58 sub->threshold += bytes;
60 aiodma_rb_sync(sub, sub->compr_addr, sub->compr_bytes, bytes);
114 int bytes = runtime->period_size *
126 bytes);
142 int bytes = runtime->period_size *
150 bytes);
177 int bytes = runtime->period_size *
183 aiodma_rb_sync(sub, runtime->dma_addr, runtime->dma_bytes, bytes);