Lines Matching defs:dsp_buf
248 uint32_t dsp_buf;
1473 ab = &port->buf[port->dsp_buf];
1480 read->seq_id = port->dsp_buf;
1481 pkt->hdr.token = port->dsp_buf;
1483 port->dsp_buf++;
1485 if (port->dsp_buf >= port->num_periods)
1486 port->dsp_buf = 0;
1596 ab = &port->buf[port->dsp_buf];
1597 pkt->hdr.token = port->dsp_buf | (len << ASM_WRITE_TOKEN_LEN_SHIFT);
1602 write->seq_id = port->dsp_buf;
1610 port->dsp_buf++;
1612 if (port->dsp_buf >= port->num_periods)
1613 port->dsp_buf = 0;
1632 port->dsp_buf = 0;
1634 port->dsp_buf = 0;