Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/flexcan/
H A Dflexcan-core.c133 #define FLEXCAN_ESR_WAK_INT BIT(0) macro
1103 if (reg_esr & (FLEXCAN_ESR_ALL_INT | FLEXCAN_ESR_WAK_INT)) { in flexcan_irq()
1105 priv->write(reg_esr & (FLEXCAN_ESR_ALL_INT | FLEXCAN_ESR_WAK_INT), &regs->esr); in flexcan_irq()