Home
last modified time | relevance | path

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

/drivers/mailbox/
A Dcix-mailbox.c20 #define CIX_MBOX_MSG_WORDS 32 /* Max length = 32 words */ macro
36 #define CIX_REG_DB_ACK CIX_REG_MSG(CIX_MBOX_MSG_WORDS) /* 0x80 */
56 #define CIX_FIFO_WM_DEFAULT CIX_MBOX_MSG_WORDS
109 u32 buf[CIX_MBOX_MSG_WORDS]; /* buf[0] must be the byte length of this array */
287 u32 data[CIX_MBOX_MSG_WORDS], len, i; in cix_mbox_isr_reg()
318 u32 data[CIX_MBOX_MSG_WORDS] = { 0 }, i = 0; in cix_mbox_isr_fifo()
324 } while (!mbox_fifo_empty(chan) && i < CIX_MBOX_MSG_WORDS); in cix_mbox_isr_fifo()

Completed in 4 milliseconds