Home
last modified time | relevance | path

Searched refs:nbpf (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Dnbpfaxi.c180 * @nbpf: DMAC
206 struct nbpf_device *nbpf; member
322 static inline u32 nbpf_read(struct nbpf_device *nbpf, in nbpf_read() argument
325 u32 data = ioread32(nbpf->base + offset); in nbpf_read()
326 dev_dbg(nbpf->dma_dev.dev, "%s(0x%p + 0x%x) = 0x%x\n", in nbpf_read()
327 __func__, nbpf->base, offset, data); in nbpf_read()
331 static inline void nbpf_write(struct nbpf_device *nbpf, in nbpf_write() argument
334 iowrite32(data, nbpf->base + offset); in nbpf_write()
335 dev_dbg(nbpf->dma_dev.dev, "%s(0x%p + 0x%x) = 0x%x\n", in nbpf_write()
336 __func__, nbpf in nbpf_write()
356 nbpf_error_get(struct nbpf_device *nbpf) nbpf_error_get() argument
361 nbpf_error_get_channel(struct nbpf_device *nbpf, u32 error) nbpf_error_get_channel() argument
434 nbpf_xfer_ds(struct nbpf_device *nbpf, size_t size, enum dma_transfer_direction direction) nbpf_xfer_ds() argument
463 nbpf_xfer_size(struct nbpf_device *nbpf, enum dma_slave_buswidth width, u32 burst) nbpf_xfer_size() argument
594 nbpf_configure(struct nbpf_device *nbpf) nbpf_configure() argument
1091 struct nbpf_device *nbpf = ofdma->of_dma_data; nbpf_of_xlate() local
1226 struct nbpf_device *nbpf = dev; nbpf_err_irq() local
1245 nbpf_chan_probe(struct nbpf_device *nbpf, int n) nbpf_chan_probe() argument
1295 struct nbpf_device *nbpf; nbpf_probe() local
1464 struct nbpf_device *nbpf = platform_get_drvdata(pdev); nbpf_remove() local
1501 struct nbpf_device *nbpf = dev_get_drvdata(dev); nbpf_runtime_suspend() local
1508 struct nbpf_device *nbpf = dev_get_drvdata(dev); nbpf_runtime_resume() local
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Dnbpfaxi.c179 * @nbpf: DMAC
205 struct nbpf_device *nbpf; member
321 static inline u32 nbpf_read(struct nbpf_device *nbpf, in nbpf_read() argument
324 u32 data = ioread32(nbpf->base + offset); in nbpf_read()
325 dev_dbg(nbpf->dma_dev.dev, "%s(0x%p + 0x%x) = 0x%x\n", in nbpf_read()
326 __func__, nbpf->base, offset, data); in nbpf_read()
330 static inline void nbpf_write(struct nbpf_device *nbpf, in nbpf_write() argument
333 iowrite32(data, nbpf->base + offset); in nbpf_write()
334 dev_dbg(nbpf->dma_dev.dev, "%s(0x%p + 0x%x) = 0x%x\n", in nbpf_write()
335 __func__, nbpf in nbpf_write()
355 nbpf_error_get(struct nbpf_device *nbpf) nbpf_error_get() argument
360 nbpf_error_get_channel(struct nbpf_device *nbpf, u32 error) nbpf_error_get_channel() argument
433 nbpf_xfer_ds(struct nbpf_device *nbpf, size_t size, enum dma_transfer_direction direction) nbpf_xfer_ds() argument
462 nbpf_xfer_size(struct nbpf_device *nbpf, enum dma_slave_buswidth width, u32 burst) nbpf_xfer_size() argument
593 nbpf_configure(struct nbpf_device *nbpf) nbpf_configure() argument
1090 struct nbpf_device *nbpf = ofdma->of_dma_data; nbpf_of_xlate() local
1225 struct nbpf_device *nbpf = dev; nbpf_err_irq() local
1244 nbpf_chan_probe(struct nbpf_device *nbpf, int n) nbpf_chan_probe() argument
1294 struct nbpf_device *nbpf; nbpf_probe() local
1459 struct nbpf_device *nbpf = platform_get_drvdata(pdev); nbpf_remove() local
1496 struct nbpf_device *nbpf = dev_get_drvdata(dev); nbpf_runtime_suspend() local
1503 struct nbpf_device *nbpf = dev_get_drvdata(dev); nbpf_runtime_resume() local
[all...]

Completed in 4 milliseconds