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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-octeon.c452 int tclk, thp_base, inc, thp_idx, mdiv_idx, ndiv_idx, foscl, diff; local
470 thp_idx = thp_base + inc;
471 if (thp_idx < 5 || thp_idx > 0xff)
474 foscl = i2c->sys_freq / (2 * (thp_idx + 1));
480 thp = thp_idx;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-octeon.c452 int tclk, thp_base, inc, thp_idx, mdiv_idx, ndiv_idx, foscl, diff; local
470 thp_idx = thp_base + inc;
471 if (thp_idx < 5 || thp_idx > 0xff)
474 foscl = i2c->sys_freq / (2 * (thp_idx + 1));
480 thp = thp_idx;

Completed in 116 milliseconds