Searched refs:tlow (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/i2c/algos/ |
H A D | i2c-algo-pca.c | 52 pca_outw(adap, I2C_PCA_IND, adap->bus_settings.tlow); in pca_reset() 451 int tlow, thi; in pca_init() local 505 tlow = 255; in pca_init() 507 thi /= (I2C_PCA_OSC_PER * clock) - tlow; in pca_init() 509 tlow = (1000000 - clock * raise_fall_time) * min_tlow; in pca_init() 510 tlow /= I2C_PCA_OSC_PER * clock * (min_thi + min_tlow); in pca_init() 511 thi = tlow * min_thi / min_tlow; in pca_init() 516 pca_data->bus_settings.tlow = tlow; in pca_init()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-qcom-cci.c | 97 u16 tlow; /* LOW period of the SCL clock */ member 276 val = hw->thigh << 16 | hw->tlow; in cci_init() 705 .tlow = 114, 717 .tlow = 28, 739 .tlow = 114, 751 .tlow = 28, 773 .tlow = 174, 785 .tlow = 56, 797 .tlow = 22,
|
H A D | i2c-tegra.c | 609 u32 val, clk_divisor, clk_multiplier, tsu_thd, tlow, thigh, non_hs_mode; in tegra_i2c_init() local 647 tlow = i2c_dev->hw->tlow_fast_fastplus_mode; in tegra_i2c_init() 658 tlow = i2c_dev->hw->tlow_std_mode; in tegra_i2c_init() 673 FIELD_PREP(I2C_INTERFACE_TIMING_TLOW, tlow); in tegra_i2c_init() 684 clk_multiplier = (tlow + thigh + 2) * (non_hs_mode + 1); in tegra_i2c_init()
|
/openbmc/linux/include/linux/ |
H A D | i2c-algo-pca.h | 65 int tlow; member
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vmx-impl.c.inc | 3137 TCGv_i64 tlow; 3139 tlow = tcg_temp_new_i64(); 3141 tcg_gen_muls2_i64(tlow, t, a, b); 3143 tcg_gen_mulu2_i64(tlow, t, a, b);
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 2976 static void target_to_host_low_high(abi_ulong tlow, in target_to_host_low_high() argument 2981 uint64_t off = tlow | in target_to_host_low_high()
|