Lines Matching refs:hecc_set_bit
271 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()
687 hecc_set_bit(priv, HECC_CANES, HECC_CANES_EW); in ti_hecc_error()
702 hecc_set_bit(priv, HECC_CANES, HECC_CANES_EP); in ti_hecc_error()
714 hecc_set_bit(priv, HECC_CANES, HECC_CANES_BO); in ti_hecc_error()
726 hecc_set_bit(priv, HECC_CANES, HECC_CANES_FE); in ti_hecc_error()
730 hecc_set_bit(priv, HECC_CANES, HECC_CANES_BE); in ti_hecc_error()
734 hecc_set_bit(priv, HECC_CANES, HECC_CANES_SE); in ti_hecc_error()
738 hecc_set_bit(priv, HECC_CANES, HECC_CANES_CRCE); in ti_hecc_error()
742 hecc_set_bit(priv, HECC_CANES, HECC_CANES_ACKE); in ti_hecc_error()
1006 hecc_set_bit(priv, HECC_CANMC, HECC_CANMC_PDR); in ti_hecc_suspend()