Searched refs:cccr_reg (Results 1 – 1 of 1) sorted by relevance
1426 u32 cccr_reg, cccr_poll = 0; in m_can_niso_supported() local1431 cccr_reg = m_can_read(cdev, M_CAN_CCCR); in m_can_niso_supported()1432 cccr_reg |= CCCR_NISO; in m_can_niso_supported()1433 m_can_write(cdev, M_CAN_CCCR, cccr_reg); in m_can_niso_supported()1437 if (cccr_poll == cccr_reg) { in m_can_niso_supported()1446 cccr_reg &= ~(CCCR_NISO); in m_can_niso_supported()1447 m_can_write(cdev, M_CAN_CCCR, cccr_reg); in m_can_niso_supported()