Searched refs:th1520_mbox_rmw (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/mailbox/ |
H A D | mailbox-th1520.c | 96 static u32 th1520_mbox_rmw(struct th1520_mbox_priv *priv, u32 off, u32 set, in th1520_mbox_rmw() function 222 th1520_mbox_rmw(priv, TH_1520_MBOX_CLR, BIT(mapbit), 0); in th1520_mbox_isr() 289 th1520_mbox_rmw(priv, TH_1520_MBOX_MASK, BIT(mask_bit), 0); in th1520_mbox_startup() 327 th1520_mbox_rmw(priv, TH_1520_MBOX_MASK, 0, BIT(mask_bit)); in th1520_mbox_shutdown()
|