Lines Matching full:mbox
54 - #mbox-cells: Common mailbox binding property to identify the number
57 - ti,mbox-num-users: Number of targets (processor devices) that the mailbox
59 - ti,mbox-num-fifos: Number of h/w fifo queues within the mailbox IP block
87 - ti,mbox-tx: sub-mailbox descriptor property defining a Tx fifo
88 - ti,mbox-rx: sub-mailbox descriptor property defining a Rx fifo
92 Each of the above ti,mbox-tx and ti,mbox-rx properties should have 3 cells of
95 (ti,mbox-tx) or for receiving (ti,mbox-rx)
105 - ti,mbox-send-noirq: Quirk flag to allow the client user of this sub-mailbox
115 "mbox-names" (please see Documentation/devicetree/bindings/mailbox/mailbox.txt
119 "mbox-names" property value can be used to give a name to the communication channel
132 #mbox-cells = <1>;
133 ti,mbox-num-users = <3>;
134 ti,mbox-num-fifos = <8>;
136 ti,mbox-tx = <0 0 0>;
137 ti,mbox-rx = <1 0 0>;
140 ti,mbox-tx = <3 0 0>;
141 ti,mbox-rx = <2 0 0>;
157 #mbox-cells = <1>;
158 ti,mbox-num-users = <4>;
159 ti,mbox-num-fifos = <8>;
161 ti,mbox-tx = <0 0 0>;
162 ti,mbox-rx = <0 0 3>;
172 #mbox-cells = <1>;
173 ti,mbox-num-users = <4>;
174 ti,mbox-num-fifos = <16>;
178 mbox_mcu_r5fss0_core0: mbox-mcu-r5fss0-core0 {
179 ti,mbox-tx = <1 0 0>;
180 ti,mbox-rx = <0 0 0>;