Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/i2c/busses/
Di2c-tegra.c714 u8 tlow, thigh; in tegra_i2c_init() local
741 thigh = i2c_dev->hw->thigh_fast_fastplus_mode; in tegra_i2c_init()
745 thigh = i2c_dev->hw->thigh_std_mode; in tegra_i2c_init()
750 val = (thigh << I2C_THIGH_SHIFT) | tlow; in tegra_i2c_init()
762 clk_multiplier = (tlow + thigh + 2); in tegra_i2c_init()