Searched refs:chan_dbg (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
D | fsldma.c | 38 #define chan_dbg(chan, fmt, arg...) \ macro 417 chan_dbg(chan, "cannot submit due to suspend\n"); in fsl_dma_tx_submit() 448 chan_dbg(chan, "LD %p free\n", desc); in fsl_dma_free_descriptor() 465 chan_dbg(chan, "out of memory for link descriptor\n"); in fsl_dma_alloc_descriptor() 474 chan_dbg(chan, "LD %p allocated\n", desc); in fsl_dma_alloc_descriptor() 575 chan_dbg(chan, "no pending LDs\n"); in fsl_chan_xfer_ld_queue() 585 chan_dbg(chan, "DMA controller still busy\n"); in fsl_chan_xfer_ld_queue() 598 chan_dbg(chan, "idle, starting controller\n"); in fsl_chan_xfer_ld_queue() 746 chan_dbg(chan, "free all channel resources\n"); in fsl_dma_free_chan_resources() 920 chan_dbg(chan, "irq: stat = 0x%x\n", stat); in fsldma_chan_irq() [all …]
|
D | xgene-dma.c | 193 #define chan_dbg(chan, fmt, arg...) \ macro 484 chan_dbg(chan, "LD %p free\n", desc); in xgene_dma_clean_descriptor() 505 chan_dbg(chan, "LD %p allocated\n", desc); in xgene_dma_alloc_descriptor() 589 chan_dbg(chan, "LD %p free\n", desc); in xgene_dma_clean_running_descriptor() 649 chan_dbg(chan, "No pending LDs\n"); in xgene_chan_xfer_ld_pending() 790 chan_dbg(chan, "Allocate descriptor pool\n"); in xgene_dma_alloc_chan_resources() 815 chan_dbg(chan, "Free all resources\n"); in xgene_dma_free_chan_resources() 1230 chan_dbg(chan, "Rx ring id 0x%X num %d desc 0x%p\n", in xgene_dma_create_chan_rings() 1246 chan_dbg(chan, in xgene_dma_create_chan_rings()
|