Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-mlxbf.c367 struct mlxbf_i2c_timings { struct
368 u16 scl_high; /* Clock high period. */
369 u16 scl_low; /* Clock low period. */
370 u8 sda_rise; /* Data rise time. */
371 u8 sda_fall; /* Data fall time. */
372 u8 scl_rise; /* Clock rise time. */
373 u8 scl_fall; /* Clock fall time. */
374 u16 hold_start; /* Hold time after (REPEATED) START. */
375 u16 hold_data; /* Data hold time. */
376 u16 setup_start; /* REPEATED START condition setup time. */
[all …]