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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Ddw_dmac_regs.h130 DW_DMA_IS_CYCLIC = 0, enumerator in enum:dw_dmac_flags
H A Ddw_dmac.c470 if (test_bit(DW_DMA_IS_CYCLIC, &dwc->flags))
991 if (!test_bit(DW_DMA_IS_CYCLIC, &dwc->flags)) {
1085 was_cyclic = test_and_set_bit(DW_DMA_IS_CYCLIC, &dwc->flags);
1185 clear_bit(DW_DMA_IS_CYCLIC, &dwc->flags);
1224 clear_bit(DW_DMA_IS_CYCLIC, &dwc->flags);

Completed in 41 milliseconds