Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mailbox/
Dmailbox-altera.c78 static inline int altera_mbox_pending(struct altera_mbox *mbox) in altera_mbox_pending() function
132 if (altera_mbox_pending(mbox)) { in altera_mbox_rx_data()
256 return altera_mbox_pending(mbox) ? true : false; in altera_mbox_peek_data()