Lines Matching defs:host_read_ptr
37 * u32 host_read_ptr;
112 u32 host_read_ptr;
167 if (core_data->host_read_ptr != core_data->dsp_write_ptr)
181 if (core_data->host_read_ptr != core_data->dsp_write_ptr)
223 read_ptr = core_data->host_read_ptr;
270 /* Update the host_read_ptr in the slot for this core */
276 /* Only update the host_read_ptr if mtrace is enabled */
278 core_data->host_read_ptr = read_ptr;
494 core_data->host_read_ptr = 0;
648 core, core_data->host_read_ptr, core_data->dsp_write_ptr);