Searched full:thigh (Results 1 – 9 of 9) sorted by relevance
/linux/Documentation/devicetree/bindings/i2c/ |
H A D | snps,designware-i2c.yaml | 87 This value is used to compute the tHIGH period. 104 This value is used to compute the tHIGH and tLOW periods for high speed
|
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | pptable_v1_0.h | 279 USHORT usPWMHigh; /* The PWM value at THigh. */ 299 USHORT usPWMHigh; /* The PWM value at THigh. */ 326 USHORT usPWMHigh; /* The PWM value at THigh. */
|
/linux/drivers/i2c/busses/ |
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 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()
|
H A D | i2c-designware-master.c | 73 4000, /* tHD;STA = tHIGH = 4.0 us */ in i2c_dw_set_timings_master() 106 260, /* tHIGH = 260 ns */ in i2c_dw_set_timings_master() 129 600, /* tHD;STA = tHIGH = 0.6 us */ in i2c_dw_set_timings_master()
|
H A D | i2c-designware-common.c | 430 * we could meet both tHIGH and tHD;STA timing specs. in i2c_dw_scl_hcnt()
|
/linux/arch/powerpc/platforms/44x/ |
H A D | warp.c | 228 i2c_smbus_write_byte_data(client, 2, 65); /* Thigh */ in pika_setup_critical_temp()
|
/linux/samples/cgroup/ |
H A D | memcg_event_listener.c | 55 printf("\thigh: %ld\n", counters->high); in print_memcg_counters()
|
/linux/drivers/gpu/drm/radeon/ |
H A D | pptable.h | 90 USHORT usPWMHigh; // The PWM value at THigh.
|
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | hwmgr.h | 674 uint16_t usPWMHigh; /* The PWM value at THigh. */
|