Home
last modified time | relevance | path

Searched refs:IR_ERR_LEC_31X (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/can/m_can/
H A Dm_can.c215 #define IR_ERR_LEC_31X (IR_PED | IR_PEA) macro
216 #define IR_ERR_BUS_31X (IR_ERR_LEC_31X | IR_WDI | IR_BEU | IR_BEC | \
774 return irqstatus & IR_ERR_LEC_31X; in m_can_is_protocol_err()
1220 ~(IR_ERR_LEC_31X)); in m_can_chip_config()
/kernel/linux/linux-6.6/drivers/net/can/m_can/
H A Dm_can.c212 #define IR_ERR_LEC_31X (IR_PED | IR_PEA) macro
213 #define IR_ERR_BUS_31X (IR_ERR_LEC_31X | IR_WDI | IR_BEU | IR_BEC | \
855 return irqstatus & IR_ERR_LEC_31X; in m_can_is_protocol_err()
1393 interrupts &= ~(IR_ERR_LEC_31X); in m_can_chip_config()

Completed in 7 milliseconds