Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/can/m_can/
Dm_can.c202 #define IR_ERR_STATE (IR_BO | IR_EW | IR_EP) macro
209 #define IR_ERR_ALL_30X (IR_ERR_STATE | IR_ERR_BUS_30X)
216 #define IR_ERR_ALL_31X (IR_ERR_STATE | IR_ERR_BUS_31X)
1020 if (irqstatus & IR_ERR_STATE) in m_can_rx_handler()