Home
last modified time | relevance | path

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

/linux/drivers/net/can/m_can/
H A Dm_can.c111 #define CCCR_CCE BIT(1) macro
425 /* CCCR_INIT must be set in order to set CCCR_CCE, but access to in m_can_config_enable()
429 err = m_can_cccr_update_bits(cdev, CCCR_CCE, CCCR_CCE); in m_can_config_enable()
440 /* Only clear CCCR_CCE, since CCCR_INIT cannot be cleared while in in m_can_config_disable()
443 err = m_can_cccr_update_bits(cdev, CCCR_CCE, 0); in m_can_config_disable()