Home
last modified time | relevance | path

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

/optee_os/core/drivers/
A Dzynqmp_csudma.c52 dma += CSUDMA_OFFSET_DIFF; in csudma_clear_intr()
56 io_write32(dma + CSUDMA_I_STS_OFFSET, val & mask); in csudma_clear_intr()
66 if (!dma) in zynqmp_csudma_sync()
70 dma = dma + CSUDMA_OFFSET_DIFF; in zynqmp_csudma_sync()
73 status = io_read32(dma + CSUDMA_I_STS_OFFSET); in zynqmp_csudma_sync()
88 if (!dma) in zynqmp_csudma_prepare()
92 dma = dma + CSUDMA_OFFSET_DIFF; in zynqmp_csudma_prepare()
104 dma = dma + CSUDMA_OFFSET_DIFF; in zynqmp_csudma_unprepare()
116 if (!dma) in zynqmp_csudma_transfer()
131 dma = dma + CSUDMA_OFFSET_DIFF; in zynqmp_csudma_transfer()
[all …]
/optee_os/core/arch/arm/dts/
A Dsama5d2.dtsi9 #include <dt-bindings/dma/at91.h>
263 #dma-cells = <1>;
273 #dma-cells = <1>;
316 dma-names = "tx";
332 dma-names = "tx", "rx";
348 dma-names = "tx", "rx";
367 dma-names = "tx", "rx";
429 dma-names = "rx";
445 dma-names = "tx", "rx";
1048 dma-names = "rx";
[all …]
A Dstm32mp151.dtsi258 dma-names = "up";
276 dma-names = "up";
893 dma-names = "rx";
903 dma-names = "rx";
913 dma-names = "rx";
960 #dma-cells = <4>;
977 #dma-cells = <4>;
985 #dma-cells = <3>;
1082 dma-names = "tx";
1263 dma-names = "in";
[all …]
A Dstm32mp15xx-dkx.dtsi22 compatible = "shared-dma-pool";
28 compatible = "shared-dma-pool";
34 compatible = "shared-dma-pool";
151 /delete-property/dma-names;
226 /delete-property/dma-names;
442 dma-names = "tx";
459 dma-names = "rx";
504 /delete-property/dma-names;
519 /delete-property/dma-names;
534 /delete-property/dma-names;
[all …]
A Dstm32mp157c-ed1.dts34 compatible = "shared-dma-pool";
40 compatible = "shared-dma-pool";
46 compatible = "shared-dma-pool";
52 compatible = "shared-dma-pool";
58 compatible = "shared-dma-pool";
64 compatible = "shared-dma-pool";
140 /delete-property/dma-names;
346 /delete-property/dma-names;
A Dat91-sama5d27_som1_ek.dts105 atmel,use-dma-rx;
106 atmel,use-dma-tx;
113 atmel,use-dma-rx;
114 atmel,use-dma-tx;
153 atmel,use-dma-rx;
154 atmel,use-dma-tx;
161 atmel,use-dma-rx;
162 atmel,use-dma-tx;
A Dfsl-lx2160a.dtsi479 dma-coherent;
858 dma-coherent;
883 dma-coherent;
894 dma-coherent;
905 dma-coherent;
916 dma-coherent;
932 dma-coherent;
969 dma-coherent;
1006 dma-coherent;
1044 dma-coherent;
[all …]
A Dstm32mp157c-ev1.dts307 /delete-property/dma-names;
322 /delete-property/dma-names;
337 /delete-property/dma-names;
A Dat91-sama5d2_xplained.dts174 atmel,use-dma-rx;
175 atmel,use-dma-tx;
374 atmel,use-dma-rx;
375 atmel,use-dma-tx;
/optee_os/core/drivers/crypto/caam/utils/
A Dutils_dmaobj.c77 uint8_t *dma; member
180 struct dmaentry *entry, struct caambuf *dma, in add_sgtdata_entry() argument
186 sgtdata->dma = 0; in add_sgtdata_entry()
189 sgtdata->length = dma->length; in add_sgtdata_entry()
190 sgtdata->dma = dma->data; in add_sgtdata_entry()
193 obj->sgtbuf.length += dma->length; in add_sgtdata_entry()
879 memcpy(sgtdata->orig, sgtdata->dma, copy_size); in caam_dmaobj_copy_to_orig()
918 if (sgtdata->dma[offset]) in caam_dmaobj_copy_ltrim_to_orig()
953 memmove(dst, &sgtdata->dma[offset], copy_size); in caam_dmaobj_copy_ltrim_to_orig()
957 if (dst != sgtdata->dma) in caam_dmaobj_copy_ltrim_to_orig()
[all …]

Completed in 25 milliseconds