Home
last modified time | relevance | path

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

/linux/drivers/net/can/ifi_canfd/
H A Difi_canfd.c380 u32 errctr = readl(priv->base + IFI_CANFD_ERROR_CTR); in ifi_canfd_handle_lec_err() local
389 if (!(errctr & errmask)) /* No error happened. */ in ifi_canfd_handle_lec_err()
401 if (errctr & IFI_CANFD_ERROR_CTR_OVERLOAD_FIRST) { in ifi_canfd_handle_lec_err()
407 if (errctr & IFI_CANFD_ERROR_CTR_ACK_ERROR_FIRST) { in ifi_canfd_handle_lec_err()
413 if (errctr & IFI_CANFD_ERROR_CTR_BIT0_ERROR_FIRST) { in ifi_canfd_handle_lec_err()
419 if (errctr & IFI_CANFD_ERROR_CTR_BIT1_ERROR_FIRST) { in ifi_canfd_handle_lec_err()
425 if (errctr & IFI_CANFD_ERROR_CTR_STUFF_ERROR_FIRST) { in ifi_canfd_handle_lec_err()
431 if (errctr & IFI_CANFD_ERROR_CTR_CRC_ERROR_FIRST) { in ifi_canfd_handle_lec_err()
437 if (errctr & IFI_CANFD_ERROR_CTR_FORM_ERROR_FIRST) { in ifi_canfd_handle_lec_err()