Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/i2c/busses/
Di2c-tegra.c713 u32 tsu_thd; in tegra_i2c_init() local
742 tsu_thd = i2c_dev->hw->setup_hold_time_fast_fast_plus_mode; in tegra_i2c_init()
746 tsu_thd = i2c_dev->hw->setup_hold_time_std_mode; in tegra_i2c_init()
758 if (i2c_dev->hw->has_interface_timing_reg && tsu_thd) in tegra_i2c_init()
759 i2c_writel(i2c_dev, tsu_thd, I2C_INTERFACE_TIMING_1); in tegra_i2c_init()