Searched defs:IR_ERR_LEC (Results 1 - 1 of 1) sorted by relevance

/drivers/net/can/m_can/
H A Dm_can.c197 #define IR_ERR_LEC (IR_STE | IR_FOE | IR_ACKE | IR_BE | IR_CRCE) macro
198 #define IR_ERR_BUS (IR_ERR_LEC | IR_WDI | IR_ELO | IR_BEU | \
897 m_can_write(priv, M_CAN_IE, IR_ALL_INT & ~IR_ERR_LEC);

Completed in 32 milliseconds