Home
last modified time | relevance | path

Searched refs:hecc_set_bit (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/can/
Dti_hecc.c271 static inline void hecc_set_bit(struct ti_hecc_priv *priv, int reg, in hecc_set_bit() function
327 hecc_set_bit(priv, HECC_CANMC, HECC_CANMC_SRES); in ti_hecc_reset()
330 hecc_set_bit(priv, HECC_CANMC, HECC_CANMC_CCR); in ti_hecc_reset()
381 hecc_set_bit(priv, HECC_CANMC, HECC_CANMC_SCM); in ti_hecc_reset()
405 hecc_set_bit(priv, HECC_CANMD, mbx_mask); in ti_hecc_start()
406 hecc_set_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_start()
407 hecc_set_bit(priv, HECC_CANMIM, mbx_mask); in ti_hecc_start()
534 hecc_set_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_xmit()
538 hecc_set_bit(priv, HECC_CANMIM, mbx_mask); in ti_hecc_xmit()
581 hecc_set_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_rx_pkt()
[all …]