Home
last modified time | relevance | path

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

/linux/drivers/net/can/ctucanfd/
H A Dctucanfd_base.c409 REG_INT_STAT_EWLI | in ctucan_chip_start()
830 if (FIELD_GET(REG_INT_STAT_FCSI, isr) || FIELD_GET(REG_INT_STAT_EWLI, isr)) { in ctucan_err_interrupt()
1134 if (FIELD_GET(REG_INT_STAT_EWLI, isr) || in ctucan_interrupt()
1137 icr = isr & (REG_INT_STAT_EWLI | REG_INT_STAT_FCSI | REG_INT_STAT_ALI); in ctucan_interrupt()
H A Dctucanfd_kregs.h147 #define REG_INT_STAT_EWLI BIT(2) macro