Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dshdma-base.h118 bool shdma_reset(struct shdma_dev *sdev);
/openbmc/linux/drivers/dma/sh/
H A Dshdma-base.c844 bool shdma_reset(struct shdma_dev *sdev) in shdma_reset() function
891 EXPORT_SYMBOL(shdma_reset);
H A Dshdmac.c434 ret = shdma_reset(&shdev->shdma_dev); in sh_dmae_reset()