Searched refs:CCCR_INIT (Results 1 – 1 of 1) sorted by relevance
114 #define CCCR_INIT BIT(0) macro384 m_can_write(cdev, M_CAN_CCCR, cccr | CCCR_INIT); in m_can_config_endisable()387 m_can_write(cdev, M_CAN_CCCR, cccr | CCCR_INIT | CCCR_CCE); in m_can_config_endisable()389 m_can_write(cdev, M_CAN_CCCR, cccr & ~(CCCR_INIT | CCCR_CCE)); in m_can_config_endisable()394 val = CCCR_INIT | CCCR_CCE; in m_can_config_endisable()396 while ((m_can_read(cdev, M_CAN_CCCR) & (CCCR_INIT | CCCR_CCE)) != val) { in m_can_config_endisable()
Completed in 9 milliseconds