Lines Matching +full:num +full:- +full:channels
1 Freescale SoC SEC Security Engines versions 1.x-2.x-3.x
5 - compatible : Should contain entries for this and backward compatible
9 - reg : Offset and length of the register set for the device
10 - interrupts : the SEC's interrupt number
11 - fsl,num-channels : An integer representing the number of channels
13 - fsl,channel-fifo-len : An integer representing the number of
15 - fsl,exec-units-mask : The bitmask representing what execution units
16 (EUs) are available. It's a single 32-bit cell. EU information
20 bit 0 = reserved - should be 0
23 bit 3 = set if SEC has the message digest EU (MDEU/MDEU-A)
29 bit 11 = set if SEC has the message digest EU extended alg set (MDEU-B)
33 - fsl,descriptor-types-mask : The bitmask representing what descriptors
34 are available. It's a single 32-bit cell. Descriptor type information
60 interrupt-parent = <&mpic>;
61 fsl,num-channels = <4>;
62 fsl,channel-fifo-len = <24>;
63 fsl,exec-units-mask = <0xfe>;
64 fsl,descriptor-types-mask = <0x12b0ebf>;