Searched refs:MSCAN_STAT_MSK (Results 1 – 2 of 2) sorted by relevance
147 priv->shadow_statflg = canrflg & MSCAN_STAT_MSK; in mscan_start()368 priv->shadow_statflg = canrflg & MSCAN_STAT_MSK; in mscan_get_err_frame()468 if ((canrflg & ~MSCAN_STAT_MSK) && in mscan_isr()470 if (canrflg & ~MSCAN_STAT_MSK) { in mscan_isr()
61 #define MSCAN_STAT_MSK (MSCAN_RSTAT_MSK | MSCAN_TSTAT_MSK) macro