Lines Matching defs:mlxbf_i2c_timings
363 struct mlxbf_i2c_timings { struct
364 u16 scl_high; /* Clock high period. */
365 u16 scl_low; /* Clock low period. */
366 u8 sda_rise; /* Data rise time. */
367 u8 sda_fall; /* Data fall time. */
368 u8 scl_rise; /* Clock rise time. */
369 u8 scl_fall; /* Clock fall time. */
370 u16 hold_start; /* Hold time after (REPEATED) START. */
371 u16 hold_data; /* Data hold time. */
372 u16 setup_start; /* REPEATED START condition setup time. */
373 u16 setup_stop; /* STOP condition setup time. */
374 u16 setup_data; /* Data setup time. */
375 u16 pad; /* Padding. */
376 u16 buf; /* Bus free time between STOP and START. */
377 u16 thigh_max; /* Thigh max. */
378 u32 timeout; /* Detect clock low timeout. */
1192 static const struct mlxbf_i2c_timings mlxbf_i2c_timings[] = { variable