Lines Matching defs:byte_pos
94 int byte_pos;
1000 u32 *buf = (u32 *)(runtime->dma_area + ssi->byte_pos);
1002 int byte_pos;
1018 byte_pos = ssi->byte_pos + sizeof(*buf);
1020 if (byte_pos >= ssi->next_period_byte) {
1021 int period_pos = byte_pos / ssi->byte_per_period;
1024 byte_pos = 0;
1033 WRITE_ONCE(ssi->byte_pos, byte_pos);
1046 ssi->byte_pos = 0;
1063 *pointer = bytes_to_frames(runtime, READ_ONCE(ssi->byte_pos));