Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dtegra186-gpc-dma.c282 static inline struct device *tdc2dev(struct tegra_dma_channel *tdc) in tdc2dev() function
289 dev_dbg(tdc2dev(tdc), "DMA Channel %d name %s register dump:\n", in tegra_dma_dump_chan_regs()
291 dev_dbg(tdc2dev(tdc), "CSR %x STA %x CSRE %x SRC %x DST %x\n", in tegra_dma_dump_chan_regs()
298 dev_dbg(tdc2dev(tdc), "MCSEQ %x IOSEQ %x WCNT %x XFER %x BSTA %x\n", in tegra_dma_dump_chan_regs()
305 dev_dbg(tdc2dev(tdc), "DMA ERR_STA %x\n", in tegra_dma_dump_chan_regs()
393 dev_err(tdc2dev(tdc), "DMA pause timed out\n"); in tegra_dma_pause()
471 dev_dbg(tdc2dev(tdc), "%s():clearing interrupt\n", __func__); in tegra_dma_disable()
697 dev_err(tdc2dev(tdc), "Timeout waiting for DMA burst completion!\n"); in tegra_dma_stop_client()
792 dev_err(tdc2dev(tdc), "cookie %d is not found\n", cookie); in tegra_dma_tx_status()
810 dev_err(tdc2dev(tdc), "given slave bus width is not supported\n"); in get_bus_width()
[all …]
H A Dtegra210-adma.c215 static inline struct device *tdc2dev(struct tegra_adma_chan *tdc) in tdc2dev() function
377 dev_err(tdc2dev(tdc), "unable to stop DMA channel\n"); in tegra_adma_stop()
399 dev_warn(tdc2dev(tdc), "unable to start DMA, no descriptor\n"); in tegra_adma_start()
501 dev_err(tdc2dev(tdc), "unable to pause DMA channel\n"); in tegra_adma_pause()
626 dev_err(tdc2dev(tdc), "DMA direction is not supported\n"); in tegra_adma_set_xfer_params()
672 dev_err(tdc2dev(tdc), "invalid buffer/period len\n"); in tegra_adma_prep_dma_cyclic()
677 dev_err(tdc2dev(tdc), "buf_len not a multiple of period_len\n"); in tegra_adma_prep_dma_cyclic()
682 dev_err(tdc2dev(tdc), "invalid buffer alignment\n"); in tegra_adma_prep_dma_cyclic()
709 dev_err(tdc2dev(tdc), "failed to get interrupt for %s\n", in tegra_adma_alloc_chan_resources()
714 ret = pm_runtime_resume_and_get(tdc2dev(tdc)); in tegra_adma_alloc_chan_resources()
[all …]