Home
last modified time | relevance | path

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

/linux/drivers/mailbox/
H A Domap-mailbox.c121 static int mbox_fifo_empty(struct omap_mbox *mbox) in mbox_fifo_empty() function
207 while (!mbox_fifo_empty(mbox)) { in __mbox_rx_interrupt()
H A Dcix-mailbox.c133 static bool mbox_fifo_empty(struct mbox_chan *chan) in mbox_fifo_empty() function
324 } while (!mbox_fifo_empty(chan) && i < CIX_MBOX_MSG_WORDS); in cix_mbox_isr_fifo()