Lines Matching refs:dsp_buf
249 uint32_t dsp_buf;
1474 ab = &port->buf[port->dsp_buf];
1481 read->seq_id = port->dsp_buf;
1482 pkt->hdr.token = port->dsp_buf;
1484 port->dsp_buf++;
1486 if (port->dsp_buf >= port->num_periods)
1487 port->dsp_buf = 0;
1597 ab = &port->buf[port->dsp_buf];
1598 pkt->hdr.token = port->dsp_buf | (len << ASM_WRITE_TOKEN_LEN_SHIFT);
1603 write->seq_id = port->dsp_buf;
1611 port->dsp_buf++;
1613 if (port->dsp_buf >= port->num_periods)
1614 port->dsp_buf = 0;
1633 port->dsp_buf = 0;
1635 port->dsp_buf = 0;