Lines Matching +full:dma +full:- +full:engine
1 Qualcomm crypto engine driver
5 - compatible : should be "qcom,crypto-v5.1"
6 - reg : specifies base physical address and size of the registers map
7 - clocks : phandle to clock-controller plus clock-specifier pair
8 - clock-names : "iface" clocks register interface
11 - dmas : DMA specifiers for tx and rx dma channels. For more see
12 Documentation/devicetree/bindings/dma/dma.txt
13 - dma-names : DMA request names should be "rx" and "tx"
17 compatible = "qcom,crypto-v5.1";
22 clock-names = "iface", "bus", "core";
24 dma-names = "rx", "tx";