Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dep93xx_dma.c207 void (*hw_synchronize)(struct ep93xx_dma_chan *); member
1195 if (edmac->edma->hw_synchronize) in ep93xx_dma_synchronize()
1196 edmac->edma->hw_synchronize(edmac); in ep93xx_dma_synchronize()
1388 edma->hw_synchronize = m2p_hw_synchronize; in ep93xx_dma_probe()