Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/can/m_can/
Dm_can.h42 LEC_UNUSED, enumerator
Dm_can.c827 psr &= LEC_UNUSED; in is_lec_err()
829 return psr && (psr != LEC_UNUSED); in is_lec_err()
886 work_done += m_can_handle_lec_err(dev, psr & LEC_UNUSED); in m_can_handle_bus_errors()
/Linux-v5.15/drivers/net/can/c_can/
Dc_can_main.c182 LEC_UNUSED, enumerator
183 LEC_MASK = LEC_UNUSED,
623 priv->write_reg(priv, C_CAN_STS_REG, LEC_UNUSED); in c_can_chip_config()
1018 if (lec_type == LEC_UNUSED || lec_type == LEC_NO_ERROR) in c_can_handle_bus_err()
1086 priv->write_reg(priv, C_CAN_STS_REG, LEC_UNUSED); in c_can_poll()