Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/codecs/
Dwm_adsp.c135 __be32 next_write_index; /* word index of next write */ member
1711 u32 next_read_index, next_write_index; in wm_adsp_buffer_update_avail() local
1733 ret = wm_adsp_buffer_read(buf, HOST_BUFFER_FIELD(next_write_index), in wm_adsp_buffer_update_avail()
1734 &next_write_index); in wm_adsp_buffer_update_avail()
1738 write_index = sign_extend32(next_write_index, 23); in wm_adsp_buffer_update_avail()