Searched refs:HECC_CANME (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/can/ |
| H A D | ti_hecc.c | 79 #define HECC_CANME 0x0 /* Mailbox enable */ macro 355 hecc_write(priv, HECC_CANME, 0); in ti_hecc_reset() 380 hecc_clear_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_start() 384 hecc_set_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_start() 422 hecc_write(priv, HECC_CANME, 0); in ti_hecc_stop() 488 if (unlikely(hecc_read(priv, HECC_CANME) & mbx_mask)) { in ti_hecc_xmit() 520 if ((hecc_read(priv, HECC_CANME) & BIT(get_tx_head_mb(priv))) || in ti_hecc_xmit() 524 hecc_set_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_xmit() 755 hecc_clear_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_interrupt()
|