Searched refs:HECC_CANME (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/can/ |
H A D | ti_hecc.c | 69 #define HECC_CANME 0x0 /* Mailbox enable */ macro 345 hecc_write(priv, HECC_CANME, 0); in ti_hecc_reset() 370 hecc_clear_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_start() 374 hecc_set_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_start() 412 hecc_write(priv, HECC_CANME, 0); in ti_hecc_stop() 478 if (unlikely(hecc_read(priv, HECC_CANME) & mbx_mask)) { in ti_hecc_xmit() 510 if ((hecc_read(priv, HECC_CANME) & BIT(get_tx_head_mb(priv))) || in ti_hecc_xmit() 514 hecc_set_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_xmit() 746 hecc_clear_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_interrupt()
|