Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/can/m_can/
Dm_can.h41 LEC_UNUSED, enumerator
Dm_can.c821 psr &= LEC_UNUSED; in is_lec_err()
823 return psr && (psr != LEC_UNUSED); in is_lec_err()
880 work_done += m_can_handle_lec_err(dev, psr & LEC_UNUSED); in m_can_handle_bus_errors()
/Linux-v6.1/drivers/net/can/c_can/
Dc_can_main.c181 LEC_UNUSED, enumerator
182 LEC_MASK = LEC_UNUSED,
621 priv->write_reg(priv, C_CAN_STS_REG, LEC_UNUSED); in c_can_chip_config()
1006 if (lec_type == LEC_UNUSED || lec_type == LEC_NO_ERROR) in c_can_handle_bus_err()
1072 priv->write_reg(priv, C_CAN_STS_REG, LEC_UNUSED); in c_can_poll()