Searched refs:chan_dbg (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/dma/ |
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 …]
|
D | xgene-dma.c | 194 #define chan_dbg(chan, fmt, arg...) \ macro 485 chan_dbg(chan, "LD %p free\n", desc); in xgene_dma_clean_descriptor() 506 chan_dbg(chan, "LD %p allocated\n", desc); in xgene_dma_alloc_descriptor() 590 chan_dbg(chan, "LD %p free\n", desc); in xgene_dma_clean_running_descriptor() 650 chan_dbg(chan, "No pending LDs\n"); in xgene_chan_xfer_ld_pending() 791 chan_dbg(chan, "Allocate descriptor pool\n"); in xgene_dma_alloc_chan_resources() 816 chan_dbg(chan, "Free all resources\n"); in xgene_dma_free_chan_resources() 1231 chan_dbg(chan, "Rx ring id 0x%X num %d desc 0x%p\n", in xgene_dma_create_chan_rings() 1247 chan_dbg(chan, in xgene_dma_create_chan_rings()
|