Searched refs:hecc_read (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/can/ |
H A D | ti_hecc.c | 438 bec->txerr = hecc_read(priv, HECC_CANTEC); in ti_hecc_get_berr_counter() 439 bec->rxerr = hecc_read(priv, HECC_CANREC); in ti_hecc_get_berr_counter() 625 timestamp = hecc_read(priv, HECC_CANLNT); in ti_hecc_error() 657 cf->data[6] = hecc_read(priv, HECC_CANTEC); in ti_hecc_change_state() 661 timestamp = hecc_read(priv, HECC_CANLNT); in ti_hecc_change_state() 676 int_status = hecc_read(priv, in ti_hecc_interrupt() 683 err_status = hecc_read(priv, HECC_CANES); in ti_hecc_interrupt() 689 u32 rec = hecc_read(priv, HECC_CANREC); in ti_hecc_interrupt() 690 u32 tec = hecc_read(priv, HECC_CANTEC); in ti_hecc_interrupt() 721 u32 rec = hecc_read(priv, HECC_CANREC); in ti_hecc_interrupt() [all …]
|