Searched refs:HECC_CANES (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | ti_hecc.c | 91 #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()
|
/kernel/linux/linux-6.6/drivers/net/can/ |
H A D | ti_hecc.c | 81 #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()
|
Completed in 4 milliseconds