Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/platform_data/
Di2c-ocores.h14 struct ocores_i2c_platform_data { struct
15 u32 reg_shift; /* register offset shift value */
16 u32 reg_io_width; /* register io read/write width */
17 u32 clock_khz; /* input clock in kHz */
18 bool big_endian; /* registers are big endian */
19 u8 num_devices; /* number of devices in the devices list */
20 struct i2c_board_info const *devices; /* devices connected to the bus */