Home
last modified time | relevance | path

Searched refs:next_write_index (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/codecs/
H A Dwm_adsp.c139 __be32 next_write_index; /* word index of next write */
1785 u32 next_read_index, next_write_index; in wm_adsp_buffer_update_avail()
1807 ret = wm_adsp_buffer_read(buf, HOST_BUFFER_FIELD(next_write_index), in wm_adsp_compr_handle_irq()
1808 &next_write_index); in wm_adsp_compr_handle_irq()
1812 write_index = sign_extend32(next_write_index, 23); in wm_adsp_compr_handle_irq()
137 __be32 next_write_index; /* word index of next write */ global() member
1757 u32 next_read_index, next_write_index; wm_adsp_buffer_update_avail() local