Searched refs:MSCAN_STAT_MSK (Results 1 – 2 of 2) sorted by relevance
164 priv->shadow_statflg = canrflg & MSCAN_STAT_MSK; in mscan_start()384 priv->shadow_statflg = canrflg & MSCAN_STAT_MSK; in mscan_get_err_frame()483 if ((canrflg & ~MSCAN_STAT_MSK) && in mscan_isr()485 if (canrflg & ~MSCAN_STAT_MSK) { in mscan_isr()
72 #define MSCAN_STAT_MSK (MSCAN_RSTAT_MSK | MSCAN_TSTAT_MSK) macro