Searched refs:HECC_CANMIM (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | ti_hecc.c | 97 #define HECC_CANMIM 0x48 /* Mailbox interrupt mask */ macro 385 hecc_set_bit(priv, HECC_CANMIM, mbx_mask); in ti_hecc_start() 389 hecc_set_bit(priv, HECC_CANMIM, BIT(HECC_MAX_TX_MBOX) - 1); in ti_hecc_start() 421 hecc_write(priv, HECC_CANMIM, 0); in ti_hecc_stop()
|
/kernel/linux/linux-6.6/drivers/net/can/ |
H A D | ti_hecc.c | 87 #define HECC_CANMIM 0x48 /* Mailbox interrupt mask */ macro 375 hecc_set_bit(priv, HECC_CANMIM, mbx_mask); in ti_hecc_start() 379 hecc_set_bit(priv, HECC_CANMIM, BIT(HECC_MAX_TX_MBOX) - 1); in ti_hecc_start() 411 hecc_write(priv, HECC_CANMIM, 0); in ti_hecc_stop()
|
Completed in 4 milliseconds