Lines Matching refs:write
1575 struct asm_data_cmd_write_v2 *write; in q6asm_write_async() local
1584 pkt_size = APR_HDR_SIZE + sizeof(*write); in q6asm_write_async()
1590 write = p + APR_HDR_SIZE; in q6asm_write_async()
1599 write->buf_addr_lsw = lower_32_bits(ab->phys); in q6asm_write_async()
1600 write->buf_addr_msw = upper_32_bits(ab->phys); in q6asm_write_async()
1601 write->buf_size = len; in q6asm_write_async()
1602 write->seq_id = port->dsp_buf; in q6asm_write_async()
1603 write->timestamp_lsw = lsw_ts; in q6asm_write_async()
1604 write->timestamp_msw = msw_ts; in q6asm_write_async()
1605 write->mem_map_handle = in q6asm_write_async()
1608 write->flags = wflags; in q6asm_write_async()