Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dexynos_hs_i2c.c145 unsigned int t_ftl_cycle; in hsi2c_get_clk_details() local
158 t_ftl_cycle = (readl(&hsregs->usi_conf) >> 16) & 0x7; in hsi2c_get_clk_details()
159 utemp0 = (clkin / op_clk) - 8 - 2 * t_ftl_cycle; in hsi2c_get_clk_details()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-exynos5.c285 unsigned int t_ftl_cycle; in exynos5_i2c_set_timing() local
332 t_ftl_cycle = (readl(i2c->regs + HSI2C_CONF) >> 16) & 0x7; in exynos5_i2c_set_timing()
333 temp = clkin / op_clk - 8 - t_ftl_cycle; in exynos5_i2c_set_timing()
335 temp -= t_ftl_cycle; in exynos5_i2c_set_timing()