Searched defs:s3c24x0_i2c_bus (Results 1 – 1 of 1) sorted by relevance
50 struct s3c24x0_i2c_bus { struct51 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;[all …]