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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-ac97.c145 struct ac97_frame *nextwrite; local
149 nextwrite = (struct ac97_frame *)(sport->tx_buf +
151 pr_debug("sport->tx_buf:%p, nextfrag:0x%x nextwrite:%p, cmd_count:%d\n",
152 sport->tx_buf, nextfrag, nextwrite, cmd_count[nextfrag]);
153 nextwrite[cmd_count[nextfrag]].ac97_tag |= TAG_CMD;
154 nextwrite[cmd_count[nextfrag]].ac97_addr = addr;
155 nextwrite[cmd_count[nextfrag]].ac97_data = data;

Completed in 50 milliseconds