Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-rk3x.c458 unsigned long spec_setup_start, spec_max_data_hold_ns; in rk3x_i2c_calc_divs() local
497 spec_setup_start = 4700; in rk3x_i2c_calc_divs()
504 spec_setup_start = 600; in rk3x_i2c_calc_divs()
520 DIV_ROUND_UP((scl_rise_ns + spec_setup_start) * 1000, 875)); in rk3x_i2c_calc_divs()
522 DIV_ROUND_UP((scl_rise_ns + spec_setup_start + in rk3x_i2c_calc_divs()