Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Ds3c24x0_i2c.h50 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;
[all …]