Searched refs:lch_queue (Results 1 - 2 of 2) 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.c1187 * lch_queue DMA will start right after lch_head one is finished.
1191 void omap_dma_link_lch(int lch_head, int lch_queue) argument
1194 if (lch_head == lch_queue) {
1205 (dma_chan[lch_queue].dev_id == -1)) {
1211 dma_chan[lch_head].next_lch = lch_queue;
1218 void omap_dma_unlink_lch(int lch_head, int lch_queue) argument
1221 if (lch_head == lch_queue) {
1231 if (dma_chan[lch_head].next_lch != lch_queue ||
1239 (dma_chan[lch_queue].flags & OMAP_DMA_ACTIVE)) {
1253 static void create_dma_lch_chain(int lch_head, int lch_queue) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Ddma.h509 extern void omap_dma_link_lch(int lch_head, int lch_queue);
510 extern void omap_dma_unlink_lch(int lch_head, int lch_queue);

Completed in 67 milliseconds