| /kernel/linux/linux-5.10/drivers/dma/ |
| D | xgene-dma.c | 215 struct xgene_dma *pdma; member 247 * @pdma: X-Gene DMA device structure reference 271 struct xgene_dma *pdma; member 343 static bool is_pq_enabled(struct xgene_dma *pdma) in is_pq_enabled() argument 347 val = ioread32(pdma->csr_efuse + XGENE_SOC_JTAG1_SHADOW); in is_pq_enabled() 1013 struct xgene_dma *pdma = (struct xgene_dma *)id; in xgene_dma_err_isr() local 1017 val = ioread32(pdma->csr_dma + XGENE_DMA_INT); in xgene_dma_err_isr() 1020 iowrite32(val, pdma->csr_dma + XGENE_DMA_INT); in xgene_dma_err_isr() 1025 dev_err(pdma->dev, in xgene_dma_err_isr() 1035 iowrite32(ring->num, ring->pdma->csr_ring + XGENE_DMA_RING_STATE); in xgene_dma_wr_ring_state() [all …]
|
| /kernel/linux/linux-4.19/drivers/dma/ |
| D | xgene-dma.c | 227 struct xgene_dma *pdma; member 259 * @pdma: X-Gene DMA device structure reference 283 struct xgene_dma *pdma; member 353 static bool is_pq_enabled(struct xgene_dma *pdma) in is_pq_enabled() argument 357 val = ioread32(pdma->csr_efuse + XGENE_SOC_JTAG1_SHADOW); in is_pq_enabled() 1023 struct xgene_dma *pdma = (struct xgene_dma *)id; in xgene_dma_err_isr() local 1027 val = ioread32(pdma->csr_dma + XGENE_DMA_INT); in xgene_dma_err_isr() 1030 iowrite32(val, pdma->csr_dma + XGENE_DMA_INT); in xgene_dma_err_isr() 1035 dev_err(pdma->dev, in xgene_dma_err_isr() 1045 iowrite32(ring->num, ring->pdma->csr_ring + XGENE_DMA_RING_STATE); in xgene_dma_wr_ring_state() [all …]
|
| /kernel/linux/linux-5.10/drivers/dma/sf-pdma/ |
| D | sf-pdma.c | 12 * - Chapter 12 "Platform DMA Engine (PDMA)" of 25 #include "sf-pdma.h" 99 dev_err(chan->pdma->dma_dev.dev, in sf_pdma_prep_dma_memcpy() 249 dev_err(chan->pdma->dma_dev.dev, "NULL desc.\n"); in sf_pdma_xfer_desc() 370 * sf_pdma_irq_init() - Init PDMA IRQ Handlers 372 * @pdma: pointer of PDMA engine. Caller should check NULL 384 static int sf_pdma_irq_init(struct platform_device *pdev, struct sf_pdma *pdma) in sf_pdma_irq_init() argument 389 for (i = 0; i < pdma->n_chans; i++) { in sf_pdma_irq_init() 390 chan = &pdma->chans[i]; in sf_pdma_irq_init() 428 * @pdma: pointer of PDMA engine. Caller should check NULL [all …]
|
| D | Kconfig | 2 tristate "Sifive PDMA controller driver" 7 Support the SiFive PDMA controller.
|
| D | sf-pdma.h | 12 * - Chapter 12 "Platform DMA Engine (PDMA)" of 60 #define SF_PDMA_REG_BASE(ch) (pdma->membase + (PDMA_CHAN_OFFSET * (ch))) 100 struct sf_pdma *pdma; member
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/ |
| D | mmp-dma.txt | 7 - compatible: Should be "marvell,pdma-1.0" 10 or one irq for pdma device 18 "marvell,pdma-1.0" 28 * For example, pxa688 icu register 0x128, bit 0~15 is PDMA channel irq, 31 pdma: dma-controller@d4000000 { 32 compatible = "marvell,pdma-1.0"; 44 pdma: dma-controller@d4000000 { 45 compatible = "marvell,pdma-1.0";
|
| D | sifive,fu540-c000-pdma.yaml | 4 $id: http://devicetree.org/schemas/dma/sifive,fu540-c000-pdma.yaml# 28 - const: sifive,fu540-c000-pdma 51 compatible = "sifive,fu540-c000-pdma";
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/dma/ |
| D | mmp-dma.txt | 7 - compatible: Should be "marvell,pdma-1.0" 10 or one irq for pdma device 18 "marvell,pdma-1.0" 28 * For example, pxa688 icu register 0x128, bit 0~15 is PDMA channel irq, 31 pdma: dma-controller@d4000000 { 32 compatible = "marvell,pdma-1.0"; 44 pdma: dma-controller@d4000000 { 45 compatible = "marvell,pdma-1.0";
|
| /kernel/linux/linux-5.10/include/linux/dma/ |
| D | k3-psil.h | 31 * @PSIL_EP_PDMA_XY: XY mode PDMA 32 * @PSIL_EP_PDMA_MCAN: MCAN mode PDMA 33 * @PSIL_EP_PDMA_AASRC: AASRC mode PDMA 51 * @pdma_acc32: ACC32 must be enabled on the PDMA side 52 * @pdma_burst: BURST must be enabled on the PDMA side 63 /* PDMA properties, valid for PSIL_EP_PDMA_* */
|
| /kernel/linux/linux-4.19/drivers/char/ |
| D | mbcs.c | 71 static inline void mbcs_putdma_init(struct putdma *pdma) in mbcs_putdma_init() argument 73 memset(pdma, 0, sizeof(struct putdma)); in mbcs_putdma_init() 74 pdma->DoneIntEnable = 1; in mbcs_putdma_init() 245 struct putdma *pdma; in mbcs_putdma_start() local 250 pdma = &soft->putdma; in mbcs_putdma_start() 253 if (!pdma->hostAddr) in mbcs_putdma_start() 257 (pdma->bytes + (MBCS_CACHELINE_SIZE - 1)) / MBCS_CACHELINE_SIZE; in mbcs_putdma_start() 260 mbcs_putdma_set(mmr_base, tiocx_dma_addr(pdma->hostAddr), in mbcs_putdma_start() 261 pdma->localAddr, in mbcs_putdma_start() 262 (pdma->localAddr < MB2) ? 0 : in mbcs_putdma_start() [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/mediatek/ |
| D | mtk_eth_soc.h | 69 /* PDMA HW LRO Alter Flow Timer Register */ 94 /* PDMA RX Base Pointer Register */ 98 /* PDMA RX Maximum Count Register */ 102 /* PDMA RX CPU Pointer Register */ 106 /* PDMA HW LRO Control Registers */ 120 /* PDMA Global Configuration Register */ 124 /* PDMA Reset Index Register */ 129 /* PDMA Delay Interrupt Register */ 139 /* PDMA Interrupt Status Register */ 142 /* PDMA Interrupt Mask Register */ [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/crypto/ |
| D | artpec6-crypto.txt | 1 Axis crypto engine with PDMA interface. 7 - reg: Base address and size for the PDMA register area. 8 - interrupts: Interrupt handle for the PDMA interrupt line.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/crypto/ |
| D | artpec6-crypto.txt | 1 Axis crypto engine with PDMA interface. 7 - reg: Base address and size for the PDMA register area. 8 - interrupts: Interrupt handle for the PDMA interrupt line.
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | pxa3xx.dtsi | 113 pdma: dma-controller@40000000 { label 114 compatible = "marvell,pdma-1.0"; 139 dmas = <&pdma 97 3>; 179 dmas = <&pdma 21 3 180 &pdma 22 3>; 190 dmas = <&pdma 93 3 191 &pdma 94 3>; 201 dmas = <&pdma 46 3 202 &pdma 47 3>;
|
| D | pxa27x.dtsi | 11 pdma: dma-controller@40000000 { label 12 compatible = "marvell,pdma-1.0"; 104 dmas = <&pdma 68 0 /* Y channel */ 105 &pdma 69 0 /* U channel */ 106 &pdma 70 0>; /* V channel */
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mediatek/ |
| D | mtk_eth_soc.h | 69 /* PDMA HW LRO Alter Flow Timer Register */ 96 /* PDMA RX Base Pointer Register */ 100 /* PDMA RX Maximum Count Register */ 104 /* PDMA RX CPU Pointer Register */ 108 /* PDMA HW LRO Control Registers */ 122 /* PDMA Global Configuration Register */ 127 /* PDMA Reset Index Register */ 132 /* PDMA Delay Interrupt Register */ 142 /* PDMA Interrupt Status Register */ 145 /* PDMA Interrupt Mask Register */ [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | pxa3xx.dtsi | 121 pdma: dma-controller@40000000 { label 122 compatible = "marvell,pdma-1.0"; 147 dmas = <&pdma 97 3>; 185 dmas = <&pdma 21 3 186 &pdma 22 3>; 196 dmas = <&pdma 93 3 197 &pdma 94 3>; 207 dmas = <&pdma 46 3 208 &pdma 47 3>;
|
| D | pxa27x.dtsi | 11 pdma: dma-controller@40000000 { label 12 compatible = "marvell,pdma-1.0"; 104 dmas = <&pdma 68 0 /* Y channel */ 105 &pdma 69 0 /* U channel */ 106 &pdma 70 0>; /* V channel */
|
| /kernel/linux/linux-4.19/drivers/video/fbdev/riva/ |
| D | nvreg.h | 84 #define PDMA_Write(reg,value) DEVICE_WRITE(PDMA,reg,value) 85 #define PDMA_Read(reg) DEVICE_READ(PDMA,reg) 86 #define PDMA_Print(reg) DEVICE_PRINT(PDMA,reg) 87 #define PDMA_Def(mask,value) DEVICE_DEF(PDMA,mask,value) 88 #define PDMA_Val(mask,value) DEVICE_VALUE(PDMA,mask,value) 89 #define PDMA_Mask(mask) DEVICE_MASK(PDMA,mask)
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/riva/ |
| D | nvreg.h | 84 #define PDMA_Write(reg,value) DEVICE_WRITE(PDMA,reg,value) 85 #define PDMA_Read(reg) DEVICE_READ(PDMA,reg) 86 #define PDMA_Print(reg) DEVICE_PRINT(PDMA,reg) 87 #define PDMA_Def(mask,value) DEVICE_DEF(PDMA,mask,value) 88 #define PDMA_Val(mask,value) DEVICE_VALUE(PDMA,mask,value) 89 #define PDMA_Mask(mask) DEVICE_MASK(PDMA,mask)
|
| /kernel/linux/linux-5.10/arch/mips/boot/dts/ingenic/ |
| D | x1000.dtsi | 252 pdma: dma-controller@13420000 { label 277 dmas = <&pdma X1000_DMA_MSC0_RX 0xffffffff>, 278 <&pdma X1000_DMA_MSC0_TX 0xffffffff>; 298 dmas = <&pdma X1000_DMA_MSC1_RX 0xffffffff>, 299 <&pdma X1000_DMA_MSC1_TX 0xffffffff>;
|
| D | x1830.dtsi | 239 pdma: dma-controller@13420000 { label 265 dmas = <&pdma X1830_DMA_MSC0_RX 0xffffffff>, 266 <&pdma X1830_DMA_MSC0_TX 0xffffffff>; 286 dmas = <&pdma X1830_DMA_MSC1_RX 0xffffffff>, 287 <&pdma X1830_DMA_MSC1_TX 0xffffffff>;
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
| D | nv04.c | 33 nv04_dma_new(struct nvkm_device *device, int index, struct nvkm_dma **pdma) in nv04_dma_new() argument 35 return nvkm_dma_new_(&nv04_dma, device, index, pdma); in nv04_dma_new()
|
| D | gv100.c | 31 gv100_dma_new(struct nvkm_device *device, int index, struct nvkm_dma **pdma) in gv100_dma_new() argument 33 return nvkm_dma_new_(&gv100_dma, device, index, pdma); in gv100_dma_new()
|
| D | gf100.c | 33 gf100_dma_new(struct nvkm_device *device, int index, struct nvkm_dma **pdma) in gf100_dma_new() argument 35 return nvkm_dma_new_(&gf100_dma, device, index, pdma); in gf100_dma_new()
|