Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dep93xx_dma.c732 if (!list_empty(&edmac->active) || list_empty(&edmac->queue)) { in ep93xx_dma_advance_work()
744 edmac->edma->hw_submit(edmac); in ep93xx_dma_advance_work()
802 switch (edmac->edma->hw_interrupt(edmac)) { in ep93xx_dma_interrupt()
850 edmac->edma->hw_submit(edmac); in ep93xx_dma_tx_submit()
910 ret = edmac->edma->hw_setup(edmac); in ep93xx_dma_alloc_chan_resources()
937 free_irq(edmac->irq, edmac); in ep93xx_dma_alloc_chan_resources()
962 edmac->edma->hw_shutdown(edmac); in ep93xx_dma_free_chan_resources()
973 free_irq(edmac->irq, edmac); in ep93xx_dma_free_chan_resources()
1196 edmac->edma->hw_synchronize(edmac); in ep93xx_dma_synchronize()
1215 edmac->edma->hw_shutdown(edmac); in ep93xx_dma_terminate_all()
[all …]