Searched defs:mxc_i2c_bus (Results 1 – 1 of 1) sorted by relevance
38 struct mxc_i2c_bus { struct45 int index;46 ulong base;47 ulong driver_data;48 int speed;49 struct i2c_pads_info *pads_info;51 int (*idle_bus_fn)(void *p);52 void *idle_bus_data;54 struct udevice *bus;56 struct gpio_desc scl_gpio;[all …]