Searched refs:TCAN4X5X_CONFIG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/m_can/ |
H A D | tcan4x5x.c | 23 #define TCAN4X5X_CONFIG 0x800 macro 157 ret = regmap_write(priv->regmap, TCAN4X5X_CONFIG, in tcan4x5x_reset() 329 ret = regmap_update_bits(tcan4x5x->regmap, TCAN4X5X_CONFIG, in tcan4x5x_init() 341 return regmap_update_bits(tcan4x5x->regmap, TCAN4X5X_CONFIG, in tcan4x5x_disable_wake() 349 return regmap_update_bits(tcan4x5x->regmap, TCAN4X5X_CONFIG, in tcan4x5x_disable_state()
|
/kernel/linux/linux-6.6/drivers/net/can/m_can/ |
H A D | tcan4x5x-core.c | 17 #define TCAN4X5X_CONFIG 0x800 macro 168 ret = regmap_write(priv->regmap, TCAN4X5X_CONFIG, in tcan4x5x_reset() 265 ret = regmap_update_bits(tcan4x5x->regmap, TCAN4X5X_CONFIG, in tcan4x5x_init() 277 return regmap_update_bits(tcan4x5x->regmap, TCAN4X5X_CONFIG, in tcan4x5x_disable_wake() 285 return regmap_update_bits(tcan4x5x->regmap, TCAN4X5X_CONFIG, in tcan4x5x_disable_state()
|
Completed in 2 milliseconds