Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/blackfin/
Dbf5xx-ac97.c105 struct ac97_frame *nextwrite; in enqueue_cmd() local
109 nextwrite = (struct ac97_frame *)(sport->tx_buf + in enqueue_cmd()
112 sport->tx_buf, nextfrag, nextwrite, cmd_count[nextfrag]); in enqueue_cmd()
113 nextwrite[cmd_count[nextfrag]].ac97_tag |= TAG_CMD; in enqueue_cmd()
114 nextwrite[cmd_count[nextfrag]].ac97_addr = addr; in enqueue_cmd()
115 nextwrite[cmd_count[nextfrag]].ac97_data = data; in enqueue_cmd()