Searched refs:mv_i2c (Results 1 – 2 of 2) sorted by relevance
35 struct mv_i2c { struct43 struct mv_i2c { argument68 static void i2c_reset(struct mv_i2c *base) in i2c_reset() argument125 static int i2c_transfer(struct mv_i2c *base, struct mv_i2c_msg *msg) in i2c_transfer()373 static struct mv_i2c *base_glob;375 static void i2c_board_init(struct mv_i2c *base) in i2c_board_init()408 base_glob = (struct mv_i2c *)i2c_regs[bus]; in i2c_set_bus_num()432 base_glob = (struct mv_i2c *)i2c_regs[current_bus]; in i2c_init()434 base_glob = (struct mv_i2c *)CONFIG_MV_I2C_REG; in i2c_init()446 static int __i2c_probe_chip(struct mv_i2c *base, uchar chip) in __i2c_probe_chip()[all …]
11 obj-$(CONFIG_I2C_MV) += mv_i2c.o