Searched refs:chan_dbg (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/dma/ |
| H A D | fsldma.c | 39 #define chan_dbg(chan, fmt, arg...) \ macro 418 chan_dbg(chan, "cannot submit due to suspend\n"); in fsl_dma_tx_submit() 449 chan_dbg(chan, "LD %p free\n", desc); in fsl_dma_free_descriptor() 466 chan_dbg(chan, "out of memory for link descriptor\n"); in fsl_dma_alloc_descriptor() 475 chan_dbg(chan, "LD %p allocated\n", desc); in fsl_dma_alloc_descriptor() 576 chan_dbg(chan, "no pending LDs\n"); in fsl_chan_xfer_ld_queue() 586 chan_dbg(chan, "DMA controller still busy\n"); in fsl_chan_xfer_ld_queue() 599 chan_dbg(chan, "idle, starting controller\n"); in fsl_chan_xfer_ld_queue() 747 chan_dbg(chan, "free all channel resources\n"); in fsl_dma_free_chan_resources() 921 chan_dbg(chan, "irq: stat = 0x%x\n", stat); in fsldma_chan_irq() [all …]
|