Home
last modified time | relevance | path

Searched full:xdmac (Results 1 – 11 of 11) sorted by relevance

/linux/Documentation/devicetree/bindings/dma/
H A Dsocionext,uniphier-xdmac.yaml4 $id: http://devicetree.org/schemas/dma/socionext,uniphier-xdmac.yaml#
22 const: socionext,uniphier-xdmac
54 xdmac: dma-controller@5fc10000 {
55 compatible = "socionext,uniphier-xdmac";
H A Dmilbeaut-m10v-xdmac.txt8 - compatible: Should be "socionext,milbeaut-m10v-xdmac"
17 compatible = "socionext,milbeaut-m10v-xdmac";
/linux/drivers/dma/
H A Duniphier-xdmac.c191 /* start XDMAC */ in uniphier_xdmac_chan_start()
207 /* stop XDMAC */ in uniphier_xdmac_chan_stop()
534 IRQF_SHARED, "xdmac", xdev); in uniphier_xdmac_probe()
555 dev_info(&pdev->dev, "UniPhier XDMAC driver (%d channels)\n", in uniphier_xdmac_probe()
599 { .compatible = "socionext,uniphier-xdmac" },
608 .name = "uniphier-xdmac",
H A Dmilbeaut-xdmac.c274 irq_name = devm_kasprintf(dev, GFP_KERNEL, "milbeaut-xdmac-%d", in milbeaut_xdmac_chan_init()
405 { .compatible = "socionext,milbeaut-m10v-xdmac" },
414 .name = "milbeaut-m10v-xdmac",
420 MODULE_DESCRIPTION("Milbeaut XDMAC DmaEngine driver");
H A DMakefile57 obj-$(CONFIG_MILBEAUT_XDMAC) += milbeaut-xdmac.o
83 obj-$(CONFIG_UNIPHIER_XDMAC) += uniphier-xdmac.o
/linux/include/dt-bindings/dma/
H A Dat91.h29 /* ---------- XDMAC ---------- */
/linux/arch/arm64/boot/dts/socionext/
H A Duniphier-ld11.dtsi583 xdmac: dma-controller@5fc10000 { label
584 compatible = "socionext,uniphier-xdmac";
/linux/arch/arm/boot/dts/socionext/
H A Duniphier-pro5.dtsi420 xdmac: dma-controller@5fc10000 { label
421 compatible = "socionext,uniphier-xdmac";
H A Duniphier-pro4.dtsi446 xdmac: dma-controller@5fc10000 { label
447 compatible = "socionext,uniphier-xdmac";
H A Duniphier-pxs2.dtsi521 xdmac: dma-controller@5fc10000 { label
522 compatible = "socionext,uniphier-xdmac";
/linux/drivers/i2c/busses/
H A Di2c-at91-master.c761 * trigger the XDMAC when at least 4 data can be written into the TX in at91_twi_configure_dma()
764 * deduced from buffer length, so the XDMAC is triggered properly to in at91_twi_configure_dma()