Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/xilinx/
Dxdma.c139 #define xdma_err(xdev, fmt, args...) \ macro
349 xdma_err(xdev, "incorrect request direction"); in xdma_xfer_start()
429 xdma_err(xdev, "invalid direction specified"); in xdma_alloc_channels()
446 xdma_err(xdev, "does not probe any channel"); in xdma_alloc_channels()
465 xdma_err(xdev, "invalid channel number"); in xdma_alloc_channels()
684 xdma_err(xdev, "period size limited to %lu bytes\n", XDMA_DESC_BLEN_MAX); in xdma_prep_dma_cyclic()
689 xdma_err(xdev, "number of periods limited to %u\n", XDMA_DESC_ADJACENT); in xdma_prep_dma_cyclic()
823 xdma_err(xdev, "unable to find pci device"); in xdma_alloc_chan_resources()
830 xdma_err(xdev, "unable to allocate descriptor pool"); in xdma_alloc_chan_resources()
909 xdma_err(xdev, "channel error, status register value: 0x%x", st); in xdma_channel_isr()
[all …]