Searched refs:mbox_msg_t (Results 1 – 2 of 2) sorted by relevance
157 static mbox_msg_t mbox_fifo_read(struct omap_mbox *mbox) in mbox_fifo_read()160 return (mbox_msg_t) mbox_read_reg(mbox->parent, fifo->msg); in mbox_fifo_read()163 static void mbox_fifo_write(struct omap_mbox *mbox, mbox_msg_t msg) in mbox_fifo_write()311 mbox_msg_t msg; in mbox_rx_work()341 mbox_msg_t msg; in __mbox_rx_interrupt()602 mbox_fifo_write(mbox, (mbox_msg_t)data); in omap_mbox_chan_send_noirq()619 mbox_fifo_write(mbox, (mbox_msg_t)data); in omap_mbox_chan_send()921 mbox_kfifo_size = ALIGN(mbox_kfifo_size, sizeof(mbox_msg_t)); in omap_mbox_init()923 sizeof(mbox_msg_t)); in omap_mbox_init()
12 typedef u32 mbox_msg_t; typedef