Lines Matching full:mbox

56   "mbox-names" (please see Documentation/devicetree/bindings/mailbox/mailbox.txt
60 The equivalent "mbox-names" property value can be used to give a name to the
64 omap-mbox-descriptor:
67 The omap-mbox-descriptor is made of up of 3 cells and represents a single
72 mailbox fifo id used either for transmitting on ti,mbox-tx channel or
73 for receiving on ti,mbox-rx channel (fifo_id). This is the hardware
96 ti,mbox-tx:
97 $ref: "#/$defs/omap-mbox-descriptor"
100 ti,mbox-rx:
101 $ref: "#/$defs/omap-mbox-descriptor"
104 ti,mbox-send-noirq:
113 - ti,mbox-tx
114 - ti,mbox-rx
133 ti,mbox-num-users property, but is usually limited by the number of
138 "#mbox-cells":
143 ti,mbox-num-users:
149 ti,mbox-num-fifos:
166 "^mbox-[a-z0-9-]+$":
173 - "#mbox-cells"
174 - ti,mbox-num-users
175 - ti,mbox-num-fifos
186 ti,mbox-num-users:
188 ti,mbox-num-fifos:
201 ti,mbox-num-users:
203 ti,mbox-num-fifos:
216 ti,mbox-num-users:
218 ti,mbox-num-fifos:
231 ti,mbox-num-users:
233 ti,mbox-num-fifos:
249 #mbox-cells = <1>;
250 ti,mbox-num-users = <3>;
251 ti,mbox-num-fifos = <8>;
253 mbox_ipu: mbox-ipu {
254 ti,mbox-tx = <0 0 0>;
255 ti,mbox-rx = <1 0 0>;
257 mbox_dsp: mbox-dsp {
258 ti,mbox-tx = <3 0 0>;
259 ti,mbox-rx = <2 0 0>;
273 #mbox-cells = <1>;
274 ti,mbox-num-users = <4>;
275 ti,mbox-num-fifos = <8>;
277 mbox_wkupm3: mbox-wkup-m3 {
278 ti,mbox-tx = <0 0 0>;
279 ti,mbox-rx = <0 0 3>;
280 ti,mbox-send-noirq;
289 #mbox-cells = <1>;
290 ti,mbox-num-users = <4>;
291 ti,mbox-num-fifos = <16>;
295 mbox_mcu_r5fss0_core0: mbox-mcu-r5fss0-core0 {
296 ti,mbox-tx = <1 0 0>;
297 ti,mbox-rx = <0 0 0>;