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

/linux-master/drivers/net/can/m_can/
H A Dm_can.h104 u32 active_interrupts; member in struct:m_can_classdev
H A Dm_can.c418 if (cdev->active_interrupts == interrupts)
421 cdev->active_interrupts = interrupts;
426 u32 new_interrupts = cdev->active_interrupts | IR_RF0N | IR_TEFN;
452 cdev->active_interrupts = 0x0;
1160 u32 new_interrupts = cdev->active_interrupts;
2422 m_can_write(cdev, M_CAN_IE, cdev->active_interrupts);

Completed in 131 milliseconds