Searched refs:C_CAN_ERR_CNT_REG (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/c_can/ |
H A D | c_can.h | 46 C_CAN_ERR_CNT_REG, enumerator 87 [C_CAN_ERR_CNT_REG] = 0x04, 128 [C_CAN_ERR_CNT_REG] = 0x08,
|
H A D | c_can.c | 690 reg_err_counter = priv->read_reg(priv, C_CAN_ERR_CNT_REG); in __c_can_get_berr_counter() 925 reg_err_counter = priv->read_reg(priv, C_CAN_ERR_CNT_REG); in c_can_handle_state_change()
|
/kernel/linux/linux-6.6/drivers/net/can/c_can/ |
H A D | c_can.h | 29 C_CAN_ERR_CNT_REG, enumerator 71 [C_CAN_ERR_CNT_REG] = 0x04, 112 [C_CAN_ERR_CNT_REG] = 0x08,
|
H A D | c_can_main.c | 699 reg_err_counter = priv->read_reg(priv, C_CAN_ERR_CNT_REG); in __c_can_get_berr_counter() 948 reg_err_counter = priv->read_reg(priv, C_CAN_ERR_CNT_REG); in c_can_handle_state_change()
|
Completed in 5 milliseconds