Searched refs:thigh (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/i2c/busses/ |
| H A D | i2c-qcom-cci.c | 96 u16 thigh; /* HIGH period of the SCL clock in clock ticks */ member 275 val = hw->thigh << 16 | hw->tlow; in cci_init() 683 .thigh = 78, 695 .thigh = 20, 716 .thigh = 78, 728 .thigh = 20, 749 .thigh = 201, 761 .thigh = 38, 773 .thigh = 16, 794 .thigh = 78, [all …]
|
| H A D | i2c-tegra.c | 733 u32 val, clk_divisor, clk_multiplier, tsu_thd, tlow, thigh, non_hs_mode; in tegra_i2c_init() local 783 thigh = i2c_dev->hw->thigh_std_mode; in tegra_i2c_init() 788 thigh = i2c_dev->hw->thigh_fast_mode; in tegra_i2c_init() 793 thigh = i2c_dev->hw->thigh_fastplus_mode; in tegra_i2c_init() 804 thigh = i2c_dev->hw->thigh_fast_mode; in tegra_i2c_init() 816 val = FIELD_PREP(I2C_INTERFACE_TIMING_THIGH, thigh) | in tegra_i2c_init() 831 thigh = i2c_dev->hw->thigh_hs_mode; in tegra_i2c_init() 834 val = FIELD_PREP(I2C_HS_INTERFACE_TIMING_THIGH, thigh) | in tegra_i2c_init() 840 clk_multiplier = (tlow + thigh + 2) * (non_hs_mode + 1); in tegra_i2c_init()
|