Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/can/m_can/
Dm_can.c200 #define IR_ERR_STATE (IR_BO | IR_EW | IR_EP) macro
207 #define IR_ERR_ALL_30X (IR_ERR_STATE | IR_ERR_BUS_30X)
214 #define IR_ERR_ALL_31X (IR_ERR_STATE | IR_ERR_BUS_31X)
926 if (irqstatus & IR_ERR_STATE) in m_can_rx_handler()