Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-lantiq/xway/
H A Dxway_dma.h47 extern void ltq_dma_free(struct ltq_dma_channel *ch);
/openbmc/linux/arch/mips/lantiq/xway/
H A Ddma.c174 ltq_dma_free(struct ltq_dma_channel *ch) in ltq_dma_free() function
182 EXPORT_SYMBOL_GPL(ltq_dma_free);
/openbmc/linux/drivers/net/ethernet/
H A Dlantiq_xrx200.c530 ltq_dma_free(&ch_tx->dma); in xrx200_dma_init()
540 ltq_dma_free(&ch_rx->dma); in xrx200_dma_init()
548 ltq_dma_free(&priv->chan_tx.dma); in xrx200_hw_cleanup()
549 ltq_dma_free(&priv->chan_rx.dma); in xrx200_hw_cleanup()
H A Dlantiq_etop.c216 ltq_dma_free(&ch->dma); in ltq_etop_free_channel()