Searched refs:hecc_set_bit (Results 1 – 1 of 1) sorted by relevance
/drivers/net/can/ |
D | ti_hecc.c | 248 static inline void hecc_set_bit(struct ti_hecc_priv *priv, int reg, in hecc_set_bit() function 309 hecc_set_bit(priv, HECC_CANMC, HECC_CANMC_SRES); in ti_hecc_reset() 312 hecc_set_bit(priv, HECC_CANMC, HECC_CANMC_CCR); in ti_hecc_reset() 359 hecc_set_bit(priv, HECC_CANMC, HECC_CANMC_SCM); in ti_hecc_reset() 383 hecc_set_bit(priv, HECC_CANMD, mbx_mask); in ti_hecc_start() 384 hecc_set_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_start() 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() 417 hecc_set_bit(priv, HECC_CANMC, HECC_CANMC_CCR); in ti_hecc_stop() 524 hecc_set_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_xmit() [all …]
|