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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Ddma.c75 int prev_linked_ch; member in struct:omap_dma_lch
1260 dma_chan[lch_head].prev_linked_ch = lch_queue;
1262 dma_chan[lch_queue].prev_linked_ch = lch_head;
1269 dma_chan[lch_queue].prev_linked_ch = lch_head;
1271 dma_chan[dma_chan[lch_queue].next_linked_ch].prev_linked_ch =
1345 dma_chan[channels[i]].prev_linked_ch = -1;
1451 dma_chan[channels[i]].prev_linked_ch = -1;
1580 if (dma_chan[dma_chan[lch].prev_linked_ch].state ==
1582 enable_lnk(dma_chan[lch].prev_linked_ch);
1593 if (dma_chan[dma_chan[lch].prev_linked_ch]
[all...]

Completed in 29 milliseconds