Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/can/m_can/
Dm_can.c196 #define IR_ERR_STATE (IR_BO | IR_EW | IR_EP) macro
201 #define IR_ERR_ALL (IR_ERR_STATE | IR_ERR_BUS)
723 if (irqstatus & IR_ERR_STATE) in m_can_poll()