Lines Matching refs:mbox
46 - #mbox-cells: Common mailbox binding property to identify the number
49 - ti,mbox-num-users: Number of targets (processor devices) that the mailbox
51 - ti,mbox-num-fifos: Number of h/w fifo queues within the mailbox IP block
62 - ti,mbox-tx: sub-mailbox descriptor property defining a Tx fifo
63 - ti,mbox-rx: sub-mailbox descriptor property defining a Rx fifo
67 Each of the above ti,mbox-tx and ti,mbox-rx properties should have 3 cells of
70 (ti,mbox-tx) or for receiving (ti,mbox-rx)
82 "mbox-names" (please see Documentation/devicetree/bindings/mailbox/mailbox.txt
86 "mbox-names" property value can be used to give a name to the communication channel
99 #mbox-cells = <1>;
100 ti,mbox-num-users = <3>;
101 ti,mbox-num-fifos = <8>;
103 ti,mbox-tx = <0 0 0>;
104 ti,mbox-rx = <1 0 0>;
107 ti,mbox-tx = <3 0 0>;
108 ti,mbox-rx = <2 0 0>;
124 #mbox-cells = <1>;
125 ti,mbox-num-users = <4>;
126 ti,mbox-num-fifos = <8>;
128 ti,mbox-tx = <0 0 0>;
129 ti,mbox-rx = <0 0 3>;