Home
last modified time | relevance | path

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

/drivers/i2c/busses/
A Di2c-rtl9300.c37 #define RTL9300_I2C_MST_CTRL1 0x0 macro
78 return regmap_update_bits(i2c->regmap, i2c->reg_base + RTL9300_I2C_MST_CTRL1, mask, val); in rtl9300_i2c_reg_addr_set()
94 return regmap_update_bits(i2c->regmap, i2c->reg_base + RTL9300_I2C_MST_CTRL1, mask, val); in rtl9300_i2c_config_io()
173 ret = regmap_update_bits(i2c->regmap, i2c->reg_base + RTL9300_I2C_MST_CTRL1, mask, val); in rtl9300_i2c_execute_xfer()
177 ret = regmap_read_poll_timeout(i2c->regmap, i2c->reg_base + RTL9300_I2C_MST_CTRL1, in rtl9300_i2c_execute_xfer()

Completed in 5 milliseconds