Searched refs:rcar_i2c (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | rcar_i2c.c | 19 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 D | Makefile | 34 obj-$(CONFIG_SYS_I2C_RCAR) += rcar_i2c.o
|
| /OK3568_Linux_fs/u-boot/doc/driver-model/ |
| H A D | i2c-howto.txt | 15 rcar_i2c
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | README | 1813 - drivers/i2c/rcar_i2c.c:
|