Searched defs:ocores_i2c_platform_data (Results 1 – 1 of 1) sorted by relevance
11 struct ocores_i2c_platform_data { struct12 u32 reg_shift; /* register offset shift value */13 u32 reg_io_width; /* register io read/write width */14 u32 clock_khz; /* input clock in kHz */15 u32 bus_khz; /* bus clock in kHz */16 bool big_endian; /* registers are big endian */17 u8 num_devices; /* number of devices in the devices list */18 struct i2c_board_info const *devices; /* devices connected to the bus */