Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/pasemi/
H A Ddma_lib.c306 int pasemi_dma_stop_chan(const struct pasemi_dmachan *chan) in pasemi_dma_stop_chan() function
337 EXPORT_SYMBOL(pasemi_dma_stop_chan);
/openbmc/linux/arch/powerpc/include/asm/
H A Dpasemi_dma.h501 extern int pasemi_dma_stop_chan(const struct pasemi_dmachan *chan);
/openbmc/linux/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c356 pasemi_dma_stop_chan(&csring->chan); in pasemi_mac_free_csring()