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

/linux-master/drivers/i2c/busses/
H A Di2c-octeon-core.c675 int tclk, thp_base, inc, thp_idx, mdiv_idx, ndiv_idx, foscl, diff;
710 thp_base = (i2c->sys_freq / tclk) - 2;
712 thp_base = (i2c->sys_freq / (tclk * 2)) - 1;
715 thp_idx = thp_base + inc;
660 int tclk, thp_base, inc, thp_idx, mdiv_idx, ndiv_idx, foscl, diff; local

Completed in 166 milliseconds