Home
last modified time | relevance | path

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

/drivers/mailbox/
Dmailbox-altera.c68 static inline int altera_mbox_pending(struct altera_mbox *mbox) in altera_mbox_pending() function
122 if (altera_mbox_pending(mbox)) { in altera_mbox_rx_data()
245 return altera_mbox_pending(mbox) ? true : false; in altera_mbox_peek_data()