Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-qcom-cci.c96 u16 thigh; /* HIGH period of the SCL clock in clock ticks */ member
276 val = hw->thigh << 16 | hw->tlow; in cci_init()
704 .thigh = 78,
716 .thigh = 20,
738 .thigh = 78,
750 .thigh = 20,
772 .thigh = 201,
784 .thigh = 38,
796 .thigh = 16,
H A Di2c-tegra.c609 u32 val, clk_divisor, clk_multiplier, tsu_thd, tlow, thigh, non_hs_mode; in tegra_i2c_init() local
648 thigh = i2c_dev->hw->thigh_fast_fastplus_mode; in tegra_i2c_init()
659 thigh = i2c_dev->hw->thigh_std_mode; in tegra_i2c_init()
672 val = FIELD_PREP(I2C_INTERFACE_TIMING_THIGH, thigh) | in tegra_i2c_init()
684 clk_multiplier = (tlow + thigh + 2) * (non_hs_mode + 1); in tegra_i2c_init()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-qcom-cci.c96 u16 thigh; /* HIGH period of the SCL clock in clock ticks */ member
276 val = hw->thigh << 16 | hw->tlow; in cci_init()
706 .thigh = 78,
718 .thigh = 20,
740 .thigh = 201,
752 .thigh = 38,
764 .thigh = 16,
H A Di2c-tegra.c614 u32 val, clk_divisor, clk_multiplier, tsu_thd, tlow, thigh, non_hs_mode; in tegra_i2c_init() local
647 thigh = i2c_dev->hw->thigh_fast_fastplus_mode; in tegra_i2c_init()
658 thigh = i2c_dev->hw->thigh_std_mode; in tegra_i2c_init()
671 val = FIELD_PREP(I2C_INTERFACE_TIMING_THIGH, thigh) | in tegra_i2c_init()
683 clk_multiplier = (tlow + thigh + 2) * (non_hs_mode + 1); in tegra_i2c_init()

Completed in 8 milliseconds