Lines Matching defs:byte_pos
94 int byte_pos;
877 u32 *buf = (u32 *)(runtime->dma_area + ssi->byte_pos);
879 int byte_pos;
895 byte_pos = ssi->byte_pos + sizeof(*buf);
897 if (byte_pos >= ssi->next_period_byte) {
898 int period_pos = byte_pos / ssi->byte_per_period;
901 byte_pos = 0;
910 WRITE_ONCE(ssi->byte_pos, byte_pos);
923 ssi->byte_pos = 0;
940 *pointer = bytes_to_frames(runtime, READ_ONCE(ssi->byte_pos));