Searched refs:scl_low (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/media/i2c/ |
D | ds90ub913.c | 636 u32 scl_low = 1300 + 300; /* low period + fall time, ns */ in ub913_i2c_master_init() local 643 scl_low = div64_u64((u64)scl_low * ref, 1000000000); in ub913_i2c_master_init() 649 ret = ub913_write(priv, UB913_REG_SCL_LOW_TIME, scl_low); in ub913_i2c_master_init()
|
D | ds90ub953.c | 829 u32 scl_low = 1641; /* ns */ in ub953_i2c_master_init() local 833 scl_low = div64_u64((u64)scl_low * ref, 1000000000) - 5; in ub953_i2c_master_init() 839 ret = ub953_write(priv, UB953_REG_SCL_LOW_TIME, scl_low); in ub953_i2c_master_init()
|
/Linux-v6.6/drivers/i2c/busses/ |
D | i2c-mlxbf.c | 365 u16 scl_low; /* Clock low period. */ member 1137 timer |= mlxbf_i2c_set_timer(priv, timings->scl_low, in mlxbf_i2c_set_timings() 1195 .scl_low = 5000, 1211 .scl_low = 1300, 1227 .scl_low = 1300,
|