Searched refs:th1520_mbox_chan_write (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/mailbox/ |
H A D | mailbox-th1520.c | 112 static void th1520_mbox_chan_write(struct th1520_mbox_con_priv *cp, u32 val, in th1520_mbox_chan_write() function 141 th1520_mbox_chan_write(cp, val, off, is_remote); in th1520_mbox_chan_rmw() 173 th1520_mbox_chan_write(cp, *arg, off, is_remote); in th1520_mbox_chan_wr_data() 185 th1520_mbox_chan_write(cp, *arg, off, is_remote); in th1520_mbox_chan_wr_ack() 231 th1520_mbox_chan_write(cp, 0x0, TH_1520_MBOX_INFO0, false); in th1520_mbox_isr() 249 th1520_mbox_chan_write(cp, 0x0, TH_1520_MBOX_INFO7, false); in th1520_mbox_isr()
|