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

/drivers/i2c/busses/
H A Di2c-octeon.c449 int tclk, thp_base, inc, thp_idx, mdiv_idx, ndiv_idx, foscl, diff; local
467 thp_idx = thp_base + inc;
468 if (thp_idx < 5 || thp_idx > 0xff)
471 foscl = i2c->sys_freq / (2 * (thp_idx + 1));
477 thp = thp_idx;

Completed in 32 milliseconds