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

/drivers/net/can/c_can/
H A Dc_can.c65 #define STATUS_EPASS BIT(5) macro
980 if ((priv->current_status & STATUS_EPASS) &&
981 (!(priv->last_status & STATUS_EPASS))) {
999 if ((!(priv->current_status & STATUS_EPASS)) &&
1000 (priv->last_status & STATUS_EPASS)) {

Completed in 30 milliseconds