Searched refs:clocktime (Results 1 – 1 of 1) sorted by relevance
262 unsigned int clocktime; in dc_i2c_init_hw() local269 clocktime = DIV_ROUND_UP(clk_rate, 64 * i2c->frequency); in dc_i2c_init_hw()270 if (clocktime < 1 || clocktime > 0xff) { in dc_i2c_init_hw()275 writeb_relaxed(clocktime - 1, i2c->regs + II_CLOCKTIME); in dc_i2c_init_hw()