Searched refs:HECC_CANME (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/net/can/ |
| D | ti_hecc.c | 108 #define HECC_CANME 0x0 /* Mailbox enable */ macro 377 hecc_write(priv, HECC_CANME, 0); in ti_hecc_reset() 402 hecc_clear_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_start() 406 hecc_set_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_start() 431 hecc_write(priv, HECC_CANME, 0); in ti_hecc_stop() 498 if (unlikely(hecc_read(priv, HECC_CANME) & mbx_mask)) { in ti_hecc_xmit() 530 if ((hecc_read(priv, HECC_CANME) & BIT(get_tx_head_mb(priv))) || in ti_hecc_xmit() 534 hecc_set_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_xmit() 577 hecc_clear_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_rx_pkt() 581 hecc_set_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_rx_pkt() [all …]
|