Home
last modified time | relevance | path

Searched refs:omap_mbox_message (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Domap-mailbox.h11 #define omap_mbox_message(data) (u32)(mbox_msg_t)(data) macro
/Linux-v5.4/drivers/mailbox/
Domap-mailbox.c581 u32 msg = omap_mbox_message(data); in omap_mbox_chan_send_data()