Searched defs:s3c24x0_i2c_bus (Results 1 – 1 of 1) sorted by relevance
49 struct s3c24x0_i2c_bus { struct50 bool active; /* port is active and available */51 int node; /* device tree node */52 int bus_num; /* i2c bus number */53 struct s3c24x0_i2c *regs;54 struct exynos5_hsi2c *hsregs;55 int is_highspeed; /* High speed type, rather than I2C */56 unsigned clock_frequency;57 int id;58 unsigned clk_cycle;[all …]