Searched refs:errc (Results 1 – 1 of 1) sorted by relevance
533 unsigned int rxerr, txerr, errc; in sun4i_can_err() local539 errc = readl(priv->base + SUN4I_REG_ERRC_ADDR); in sun4i_can_err()540 rxerr = (errc >> 16) & 0xFF; in sun4i_can_err()541 txerr = errc & 0xFF; in sun4i_can_err()