Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/can/
H A Dti_hecc.c91 #define HECC_CANES 0x30 /* Error and status */ macro
319 while (!hecc_get_bit(priv, HECC_CANES, HECC_CANES_CCE) && cnt != 0) { in ti_hecc_reset()
341 while (hecc_get_bit(priv, HECC_CANES, HECC_CANES_CCE) && cnt != 0) { in ti_hecc_reset()
642 hecc_write(priv, HECC_CANES, HECC_CANES_FLAGS); in ti_hecc_error()
692 err_status = hecc_read(priv, HECC_CANES); in ti_hecc_interrupt()