Home
last modified time | relevance | path

Searched defs:jz4780_i2c (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/i2c/busses/
H A Di2c-jz4780.c140 struct jz4780_i2c { struct
141 void __iomem *iomem;
142 int irq;
143 struct clk *clk;
144 struct i2c_adapter adap;
145 const struct ingenic_i2c_config *cdata;
171 static inline unsigned short jz4780_i2c_readw(struct jz4780_i2c *i2c, in jz4780_i2c_readw() argument