Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/
H A Dti_hecc.c81 #define HECC_CANES 0x30 /* Error and status */ macro
309 while (!hecc_get_bit(priv, HECC_CANES, HECC_CANES_CCE) && cnt != 0) { in ti_hecc_reset()
331 while (hecc_get_bit(priv, HECC_CANES, HECC_CANES_CCE) && cnt != 0) { in ti_hecc_reset()
632 hecc_write(priv, HECC_CANES, HECC_CANES_FLAGS); in ti_hecc_error()
683 err_status = hecc_read(priv, HECC_CANES); in ti_hecc_interrupt()