Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/i2c/
H A Drk_i2c.c38 struct i2c_spec_values { struct
53 static const struct i2c_spec_values standard_mode_spec = { argument
60 static const struct i2c_spec_values fast_mode_spec = {
67 static const struct i2c_spec_values fast_modeplus_spec = {
74 static const struct i2c_spec_values *rk_i2c_get_spec(unsigned int speed) in rk_i2c_get_spec()
142 const struct i2c_spec_values *spec; in rk_i2c_adapter_clk()