Searched refs:th1520_mbox_chan_read (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/mailbox/ |
H A D | mailbox-th1520.c | 121 static u32 th1520_mbox_chan_read(struct th1520_mbox_con_priv *cp, u32 offs, in th1520_mbox_chan_read() function 138 val = th1520_mbox_chan_read(cp, off, is_remote); in th1520_mbox_chan_rmw() 156 *arg = th1520_mbox_chan_read(cp, off, is_remote); in th1520_mbox_chan_rd_data() 225 info0_data = th1520_mbox_chan_read(cp, TH_1520_MBOX_INFO0, false); in th1520_mbox_isr() 246 info7_data = th1520_mbox_chan_read(cp, TH_1520_MBOX_INFO7, false); in th1520_mbox_isr()
|