Searched refs:hecc_set_bit (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/ |
H A 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() 334 * hecc_set_bit(priv, HECC_CANMC, HECC_CANMC_ABO); 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(pri in ti_hecc_stop() [all...] |
/kernel/linux/linux-6.6/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() 324 * hecc_set_bit(priv, HECC_CANMC, HECC_CANMC_ABO); 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(pri in ti_hecc_stop() [all...] |
Completed in 3 milliseconds