Home
last modified time | relevance | path

Searched full:dbe_ext (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/drivers/mailbox/
Darm_mhuv3.c237 DBE_EXT, enumerator
381 struct mhuv3_extension *e = mhu->ext[DBE_EXT]; in mhuv3_doorbell_tx_shutdown()
430 struct mhuv3_extension *e = mhu->ext[DBE_EXT]; in mhuv3_doorbell_last_tx_done()
446 struct mhuv3_extension *e = mhu->ext[DBE_EXT]; in mhuv3_doorbell_send_data()
558 struct mhuv3_extension *e = mhu->ext[DBE_EXT]; in mhuv3_dbe_mbox_of_xlate()
573 struct mhuv3_extension *e = mhu->ext[DBE_EXT]; in mhuv3_dbe_combined_irq_setup()
597 struct mhuv3_extension *e = mhu->ext[DBE_EXT]; in mhuv3_dbe_channels_init()
629 struct mhuv3_extension *e = mhu->ext[DBE_EXT]; in mhuv3_dbe_doorbell_lookup()
675 struct mhuv3_extension *e = mhu->ext[DBE_EXT]; in mhuv3_dbe_chan_from_comb_irq_get()
720 e->type = DBE_EXT; in mhuv3_dbe_init()
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/mailbox/
Darm,mhuv3.yaml170 Extension type for DBE is DBE_EXT and the third parameter represents the
175 mboxes = <&mhu DBE_EXT 0 5>; // DBE, Doorbell Channel Window 0, doorbell 5.
176 mboxes = <&mhu DBE_EXT 7>; // DBE, Doorbell Channel Window 1, doorbell 7.
/linux-6.14.4/include/dt-bindings/arm/
Dmhuv3-dt.h9 #define DBE_EXT 0 macro