Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dmv_i2c.c35 struct mv_i2c { struct
43 struct mv_i2c { argument
68 static void i2c_reset(struct mv_i2c *base) in i2c_reset() argument
125 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 …]
H A DMakefile11 obj-$(CONFIG_I2C_MV) += mv_i2c.o