Home
last modified time | relevance | path

Searched full:thigh (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/devicetree/bindings/i2c/
H A Dsnps,designware-i2c.yaml87 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 Dpptable_v1_0.h279 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 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()
H A Di2c-designware-master.c73 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 Di2c-designware-common.c430 * we could meet both tHIGH and tHD;STA timing specs. in i2c_dw_scl_hcnt()
/linux/arch/powerpc/platforms/44x/
H A Dwarp.c228 i2c_smbus_write_byte_data(client, 2, 65); /* Thigh */ in pika_setup_critical_temp()
/linux/samples/cgroup/
H A Dmemcg_event_listener.c55 printf("\thigh: %ld\n", counters->high); in print_memcg_counters()
/linux/drivers/gpu/drm/radeon/
H A Dpptable.h90 USHORT usPWMHigh; // The PWM value at THigh.
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h674 uint16_t usPWMHigh; /* The PWM value at THigh. */