Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/mbox/
Dmbox_nxp_mailbox.c22 #define MAILBOX_MBOX_SIZE 3 macro
92 MAILBOX_MBOX_SIZE}; in mailbox_isr()
131 if (msg->size != MAILBOX_MBOX_SIZE) { in nxp_mailbox_send()
164 return MAILBOX_MBOX_SIZE; in nxp_mailbox_mtu_get()
Dmbox_ti_omap.c22 #define MAILBOX_MBOX_SIZE sizeof(uint32_t) macro
81 .size = MAILBOX_MBOX_SIZE, in omap_mailbox_isr()
118 if (msg->size > MAILBOX_MBOX_SIZE) { in omap_mailbox_send()
152 return MAILBOX_MBOX_SIZE; in omap_mailbox_mtu_get()