Home
last modified time | relevance | path

Searched refs:mapbit (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mailbox/
H A Dmailbox-th1520.c190 int mapbit = 0; in th1520_mbox_chan_id_to_mapbit() local
195 return mapbit; in th1520_mbox_chan_id_to_mapbit()
198 mapbit++; in th1520_mbox_chan_id_to_mapbit()
212 int mapbit = th1520_mbox_chan_id_to_mapbit(cp); in th1520_mbox_isr() local
218 if (!(sta & BIT(mapbit))) in th1520_mbox_isr()
222 th1520_mbox_rmw(priv, TH_1520_MBOX_CLR, BIT(mapbit), 0); in th1520_mbox_isr()