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

/u-boot/drivers/i2c/
H A Dexynos_hs_i2c.c184 unsigned int t_scl_l, t_scl_h; local
192 t_scl_h = i2c_bus->clk_cycle / 2;
201 i2c_timing_s2 = t_data_su << 24 | t_scl_l << 8 | t_scl_h << 0;

Completed in 34 milliseconds