Home
last modified time | relevance | path

Searched refs:t_stop_su (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/i2c/
H A Dexynos_hs_i2c.c179 unsigned int t_stop_su; in hsi2c_ch_init() local
192 t_stop_su = t_scl_l; in hsi2c_ch_init()
197 i2c_timing_s1 = t_start_su << 24 | t_start_hd << 16 | t_stop_su << 8; in hsi2c_ch_init()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-exynos5.c281 unsigned int t_stop_su; in exynos5_i2c_set_timing() local
348 t_stop_su = t_scl_l; in exynos5_i2c_set_timing()
353 i2c_timing_s1 = t_start_su << 24 | t_start_hd << 16 | t_stop_su << 8; in exynos5_i2c_set_timing()
359 t_start_su, t_start_hd, t_stop_su); in exynos5_i2c_set_timing()