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

/linux-master/drivers/i2c/busses/
H A Di2c-exynos5.c290 unsigned int t_ftl_cycle; local
354 t_ftl_cycle = (readl(i2c->regs + HSI2C_CONF) >> 16) & 0x7;
355 temp = clkin / op_clk - 8 - t_ftl_cycle;
357 temp -= t_ftl_cycle;

Completed in 277 milliseconds