Searched refs:mbox_msg_t (Results 1 – 2 of 2) sorted by relevance
153 static mbox_msg_t mbox_fifo_read(struct omap_mbox *mbox) in mbox_fifo_read()156 return (mbox_msg_t) mbox_read_reg(mbox->parent, fifo->msg); in mbox_fifo_read()159 static void mbox_fifo_write(struct omap_mbox *mbox, mbox_msg_t msg) in mbox_fifo_write()307 mbox_msg_t msg; in mbox_rx_work()337 mbox_msg_t msg; in __mbox_rx_interrupt()598 mbox_fifo_write(mbox, (mbox_msg_t)data); in omap_mbox_chan_send_data()880 mbox_kfifo_size = ALIGN(mbox_kfifo_size, sizeof(mbox_msg_t)); in omap_mbox_init()882 sizeof(mbox_msg_t)); in omap_mbox_init()
12 typedef u32 mbox_msg_t; typedef