Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-rk3x.c94 struct i2c_spec_values { struct
105 static const struct i2c_spec_values standard_mode_spec = { argument
116 static const struct i2c_spec_values fast_mode_spec = {
127 static const struct i2c_spec_values fast_mode_plus_spec = {
545 static const struct i2c_spec_values *rk3x_i2c_get_spec(unsigned int speed) in rk3x_i2c_get_spec()
581 const struct i2c_spec_values *spec; in rk3x_i2c_v0_calc_timings()
760 const struct i2c_spec_values *spec; in rk3x_i2c_v1_calc_timings()
H A Di2c-mt65xx.c319 struct i2c_spec_values { struct
326 static const struct i2c_spec_values standard_mode_spec = { argument
333 static const struct i2c_spec_values fast_mode_spec = {
340 static const struct i2c_spec_values fast_mode_plus_spec = {
641 static const struct i2c_spec_values *mtk_i2c_get_spec(unsigned int speed) in mtk_i2c_get_spec()
702 const struct i2c_spec_values *spec; in mtk_i2c_check_ac_timing()