Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mailbox/
H A Dmailbox-altera.c60 static inline int altera_mbox_full(struct altera_mbox *mbox) in altera_mbox_full() function
219 if (altera_mbox_full(mbox)) in altera_mbox_send_data()
238 return altera_mbox_full(mbox) ? false : true; in altera_mbox_last_tx_done()