Lines Matching defs:mlxbf_i2c_timings
322 struct mlxbf_i2c_timings { struct
323 u16 scl_high; /* Clock high period. */
324 u16 scl_low; /* Clock low period. */
325 u8 sda_rise; /* Data rise time. */
326 u8 sda_fall; /* Data fall time. */
327 u8 scl_rise; /* Clock rise time. */
328 u8 scl_fall; /* Clock fall time. */
329 u16 hold_start; /* Hold time after (REPEATED) START. */
330 u16 hold_data; /* Data hold time. */
331 u16 setup_start; /* REPEATED START condition setup time. */
332 u16 setup_stop; /* STOP condition setup time. */
333 u16 setup_data; /* Data setup time. */
334 u16 pad; /* Padding. */
335 u16 buf; /* Bus free time between STOP and START. */
336 u16 thigh_max; /* Thigh max. */
337 u32 timeout; /* Detect clock low timeout. */
1143 static const struct mlxbf_i2c_timings mlxbf_i2c_timings[] = { variable