Home
last modified time | relevance | path

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

/external/u-boot/drivers/i2c/
Dexynos_hs_i2c.c181 unsigned int t_scl_l, t_scl_h; in hsi2c_ch_init() local
189 t_scl_h = i2c_bus->clk_cycle / 2; in hsi2c_ch_init()
198 i2c_timing_s2 = t_data_su << 24 | t_scl_l << 8 | t_scl_h << 0; in hsi2c_ch_init()