Searched defs:mxc_i2c_bus (Results 1 – 1 of 1) sorted by relevance
39 struct mxc_i2c_bus { struct46 int index;47 ulong base;48 ulong driver_data;49 int speed;50 struct i2c_pads_info *pads_info;52 int (*idle_bus_fn)(void *p);53 void *idle_bus_data;55 struct udevice *bus;57 struct gpio_desc scl_gpio;[all …]