Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Drcar_i2c.c19 struct rcar_i2c { struct
54 static const struct rcar_i2c *i2c_dev[CONFIF_SYS_RCAR_I2C_NUM_CONTROLLERS] = { argument
55 (struct rcar_i2c *)CONFIG_SYS_RCAR_I2C0_BASE,
56 (struct rcar_i2c *)CONFIG_SYS_RCAR_I2C1_BASE,
57 (struct rcar_i2c *)CONFIG_SYS_RCAR_I2C2_BASE,
58 (struct rcar_i2c *)CONFIG_SYS_RCAR_I2C3_BASE,
61 static void rcar_i2c_raw_rw_common(struct rcar_i2c *dev, u8 chip, uint addr) in rcar_i2c_raw_rw_common()
85 static void rcar_i2c_raw_rw_finish(struct rcar_i2c *dev) in rcar_i2c_raw_rw_finish()
94 rcar_i2c_raw_write(struct rcar_i2c *dev, u8 chip, uint addr, u8 *val, int size) in rcar_i2c_raw_write()
117 rcar_i2c_raw_read(struct rcar_i2c *dev, u8 chip, uint addr) in rcar_i2c_raw_read()
[all …]
H A DMakefile34 obj-$(CONFIG_SYS_I2C_RCAR) += rcar_i2c.o
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A Di2c-howto.txt15 rcar_i2c
/OK3568_Linux_fs/u-boot/
H A DREADME1813 - drivers/i2c/rcar_i2c.c: