Home
last modified time | relevance | path

Searched refs:ltq_dma_alloc_tx (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/mach-lantiq/xway/
Dxway_dma.h55 extern void ltq_dma_alloc_tx(struct ltq_dma_channel *ch);
/linux-4.1.27/arch/mips/lantiq/xway/
Ddma.c149 ltq_dma_alloc_tx(struct ltq_dma_channel *ch) in ltq_dma_alloc_tx() function
161 EXPORT_SYMBOL_GPL(ltq_dma_alloc_tx);
/linux-4.1.27/drivers/net/ethernet/
Dlantiq_etop.c283 ltq_dma_alloc_tx(&ch->dma); in ltq_etop_hw_init()