Searched refs:ocores_i2c_bus (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/i2c/
H A Docores_i2c.c63 struct ocores_i2c_bus { struct
75 void (*setreg)(struct ocores_i2c_bus *i2c, int reg, u8 value);
76 u8 (*getreg)(struct ocores_i2c_bus *i2c, int reg);
87 static void oc_setreg_8(struct ocores_i2c_bus *i2c, int reg, u8 value)
92 static void oc_setreg_16(struct ocores_i2c_bus *i2c, int reg, u8 value)
97 static void oc_setreg_32(struct ocores_i2c_bus *i2c, int reg, u8 value)
102 static void oc_setreg_16be(struct ocores_i2c_bus *i2c, int reg, u8 value)
107 static void oc_setreg_32be(struct ocores_i2c_bus *i2c, int reg, u8 value)
112 static inline u8 oc_getreg_8(struct ocores_i2c_bus *i2c, int reg)
117 static inline u8 oc_getreg_16(struct ocores_i2c_bus *i2
[all...]

Completed in 102 milliseconds