Home
last modified time | relevance | path

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

/arch/arm/plat-omap/
Dmailbox.h76 static inline int mbox_fifo_full(struct omap_mbox *mbox) in mbox_fifo_full() function
Dmailbox.c54 while (mbox_fifo_full(mbox)) { in __mbox_msg_send()