Lines Matching defs:s3c24x0_i2c_bus
50 struct s3c24x0_i2c_bus { struct
51 bool active; /* port is active and available */
52 int node; /* device tree node */
53 int bus_num; /* i2c bus number */
54 struct s3c24x0_i2c *regs;
55 struct exynos5_hsi2c *hsregs;
56 int is_highspeed; /* High speed type, rather than I2C */
57 unsigned clock_frequency;
58 int id;
59 unsigned clk_cycle;
60 unsigned clk_div;