Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/i2c/busses/
Di2c-hisi.c382 u32 total_cnt, t_scl_hcnt, t_scl_lcnt, scl_fall_cnt, scl_rise_cnt; in hisi_i2c_set_scl() local
388 t_scl_hcnt = DIV_ROUND_UP_ULL(total_cnt * divide, divisor); in hisi_i2c_set_scl()
390 t_scl_lcnt = total_cnt - t_scl_hcnt; in hisi_i2c_set_scl()
397 scl_hcnt = t_scl_hcnt - ctlr->spk_len - 7 - scl_fall_cnt; in hisi_i2c_set_scl()