Searched refs:dma (Results 1 – 14 of 14) sorted by relevance
/optee_os-3.20.0/core/drivers/ |
A D | zynqmp_csudma.c | 52 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-3.20.0/core/arch/arm/dts/ |
A D | sama5d2.dtsi | 9 #include <dt-bindings/dma/at91.h> 267 #dma-cells = <1>; 277 #dma-cells = <1>; 322 dma-names = "tx"; 338 dma-names = "tx", "rx"; 354 dma-names = "tx", "rx"; 373 dma-names = "tx", "rx"; 437 dma-names = "rx"; 453 dma-names = "tx", "rx"; 1079 dma-names = "rx"; [all …]
|
A D | stm32mp151.dtsi | 266 dma-names = "up"; 284 dma-names = "up"; 943 dma-names = "rx"; 953 dma-names = "rx"; 963 dma-names = "rx"; 1011 #dma-cells = <4>; 1029 #dma-cells = <4>; 1037 #dma-cells = <3>; 1137 dma-names = "tx"; 1331 dma-names = "in"; [all …]
|
A D | stm32mp15xx-dkx.dtsi | 22 compatible = "shared-dma-pool"; 28 compatible = "shared-dma-pool"; 34 compatible = "shared-dma-pool"; 171 /delete-property/dma-names; 248 /delete-property/dma-names; 427 /delete-property/dma-names; 509 dma-names = "tx"; 526 dma-names = "rx"; 572 /delete-property/dma-names; 587 /delete-property/dma-names; [all …]
|
A D | stm32mp15xx-dhcor-som.dtsi | 30 compatible = "shared-dma-pool"; 36 compatible = "shared-dma-pool"; 42 compatible = "shared-dma-pool"; 48 compatible = "shared-dma-pool"; 54 compatible = "shared-dma-pool"; 60 compatible = "shared-dma-pool"; 82 /delete-property/dma-names;
|
A D | stm32mp157c-ed1.dts | 34 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"; 164 /delete-property/dma-names; 388 /delete-property/dma-names; 400 /delete-property/dma-names;
|
A D | stm32mp15xx-dhcom-pdk2.dtsi | 157 /delete-property/dma-names; 168 /delete-property/dma-names; 230 dma-names = "tx"; 247 dma-names = "rx"; 268 /delete-property/dma-names; 284 /delete-property/dma-names; 293 /delete-property/dma-names;
|
A D | at91-sama5d27_som1_ek.dts | 105 atmel,use-dma-rx; 106 atmel,use-dma-tx; 113 atmel,use-dma-rx; 114 atmel,use-dma-tx; 149 atmel,use-dma-rx; 150 atmel,use-dma-tx; 157 atmel,use-dma-rx; 158 atmel,use-dma-tx;
|
A D | stm32mp15xx-dhcor-avenger96.dtsi | 208 /delete-property/dma-names; 218 /delete-property/dma-names; 299 dma-names = "tx"; 372 /delete-property/dma-names; 381 /delete-property/dma-names; 392 /delete-property/dma-names; 403 /delete-property/dma-names;
|
A D | stm32mp15xx-dhcom-som.dtsi | 31 compatible = "shared-dma-pool"; 37 compatible = "shared-dma-pool"; 43 compatible = "shared-dma-pool"; 49 compatible = "shared-dma-pool"; 55 compatible = "shared-dma-pool"; 61 compatible = "shared-dma-pool"; 251 /delete-property/dma-names; 542 /delete-property/dma-names;
|
A D | fsl-lx2160a.dtsi | 479 dma-coherent; 870 dma-coherent; 895 dma-coherent; 906 dma-coherent; 917 dma-coherent; 928 dma-coherent; 944 dma-coherent; 981 dma-coherent; 1018 dma-coherent; 1056 dma-coherent; [all …]
|
A D | stm32mp157c-ev1.dts | 299 /delete-property/dma-names; 314 /delete-property/dma-names; 329 /delete-property/dma-names;
|
A D | at91-sama5d2_xplained.dts | 174 atmel,use-dma-rx; 175 atmel,use-dma-tx; 370 atmel,use-dma-rx; 371 atmel,use-dma-tx;
|
/optee_os-3.20.0/core/drivers/crypto/caam/utils/ |
A D | utils_dmaobj.c | 77 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 20 milliseconds