Searched refs:hecc_set_bit (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/can/ |
H A D | ti_hecc.c | 238 static inline void hecc_set_bit(struct ti_hecc_priv *priv, int reg, in hecc_set_bit() function 299 hecc_set_bit(priv, HECC_CANMC, HECC_CANMC_SRES); in ti_hecc_reset() 302 hecc_set_bit(priv, HECC_CANMC, HECC_CANMC_CCR); in ti_hecc_reset() 349 hecc_set_bit(priv, HECC_CANMC, HECC_CANMC_SCM); in ti_hecc_reset() 373 hecc_set_bit(priv, HECC_CANMD, mbx_mask); in ti_hecc_start() 374 hecc_set_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_start() 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() 407 hecc_set_bit(priv, HECC_CANMC, HECC_CANMC_CCR); in ti_hecc_stop() 514 hecc_set_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_xmit() [all …]
|