Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-s3c2410.c95 struct s3c24xx_i2c { struct
107 enum s3c24xx_i2c_state state; argument
108 unsigned long clkrate;
110 void __iomem *regs;
111 struct clk *clk;
112 struct device *dev;
136 static int i2c_s3c_irq_nextbyte(struct s3c24xx_i2c *i2c, unsigned long iicstat); argument