Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/ctucanfd/
H A Dctucanfd_base.c410 REG_INT_STAT_FCSI; in ctucan_chip_start()
830 if (FIELD_GET(REG_INT_STAT_FCSI, isr) || FIELD_GET(REG_INT_STAT_EWLI, isr)) { in ctucan_err_interrupt()
1135 FIELD_GET(REG_INT_STAT_FCSI, 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.h149 #define REG_INT_STAT_FCSI BIT(4) macro