Searched refs:altera_mbox (Results 1 – 1 of 1) sorted by relevance
50 struct altera_mbox { struct63 static struct altera_mbox *mbox_chan_to_altera_mbox(struct mbox_chan *chan) in mbox_chan_to_altera_mbox() argument68 return (struct altera_mbox *)chan->con_priv; in mbox_chan_to_altera_mbox()71 static inline int altera_mbox_full(struct altera_mbox *mbox) in altera_mbox_full()79 static inline int altera_mbox_pending(struct altera_mbox *mbox) in altera_mbox_pending()87 static void altera_mbox_rx_intmask(struct altera_mbox *mbox, bool enable) in altera_mbox_rx_intmask()99 static void altera_mbox_tx_intmask(struct altera_mbox *mbox, bool enable) in altera_mbox_tx_intmask()111 static bool altera_mbox_is_sender(struct altera_mbox *mbox) in altera_mbox_is_sender()130 struct altera_mbox *mbox = mbox_chan_to_altera_mbox(chan); in altera_mbox_rx_data()144 struct altera_mbox *mbox = from_timer(mbox, t, rxpoll_timer); in altera_mbox_poll_rx()[all …]