Lines Matching refs:HECC_CANME
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()
638 mbx_mask = hecc_read(priv, HECC_CANME); in ti_hecc_rx_poll()
640 hecc_write(priv, HECC_CANME, mbx_mask); in ti_hecc_rx_poll()
782 hecc_clear_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_interrupt()