Lines Matching +full:iproc +full:- +full:msi
6 FlexRM driver will create a mailbox-controller instance for given FlexRM
10 --------------------
11 - compatible: Should be "brcm,iproc-flexrm-mbox"
12 - reg: Specifies base physical address and size of the FlexRM
14 - msi-parent: Phandles (and potential Device IDs) to MSI controllers
16 interrupts) to CPU. There is one MSI for each FlexRM ring.
17 Refer devicetree/bindings/interrupt-controller/msi.txt
18 - #mbox-cells: Specifies the number of cells needed to encode a mailbox
23 The 2nd cell contains MSI completion threshold. This is the
25 one MSI interrupt to CPU.
27 The 3nd cell contains MSI timer value representing time for
31 specified by this cell then it will inject one MSI interrupt
35 --------------------
36 - dma-coherent: Present if DMA operations made by the FlexRM engine (such
42 --------
44 compatible = "brcm,iproc-flexrm-mbox";
46 msi-parent = <&gic_its 0x7f00>;
47 #mbox-cells = <3>;
51 compatible = "brcm,spu2-v2-crypto";