Searched refs:HECC_CANMIM (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/net/can/ |
| D | ti_hecc.c | 126 #define HECC_CANMIM 0x48 /* Mailbox interrupt mask */ macro 407 hecc_set_bit(priv, HECC_CANMIM, mbx_mask); in ti_hecc_start() 430 hecc_write(priv, HECC_CANMIM, 0); in ti_hecc_stop() 538 hecc_set_bit(priv, HECC_CANMIM, mbx_mask); in ti_hecc_xmit() 652 mbx_mask = hecc_read(priv, HECC_CANMIM); in ti_hecc_rx_poll() 654 hecc_write(priv, HECC_CANMIM, mbx_mask); in ti_hecc_rx_poll() 779 hecc_clear_bit(priv, HECC_CANMIM, mbx_mask); in ti_hecc_interrupt() 801 ack = hecc_read(priv, HECC_CANMIM); in ti_hecc_interrupt() 803 hecc_write(priv, HECC_CANMIM, ack); in ti_hecc_interrupt()
|