/linux-6.14.4/drivers/i2c/busses/ |
D | i2c-sh_mobile.c | 219 static u32 sh_mobile_i2c_icch(unsigned long count_khz, u32 tHIGH, u32 tf) in sh_mobile_i2c_icch() argument 223 * ICCH >= COUNT_CLK * (tHIGH + tf) in sh_mobile_i2c_icch() 227 * the HIGH period of the SCL signal (tHIGH) after the SCL input in sh_mobile_i2c_icch() 230 * Afterward it turned out calculating ICCH using only tHIGH spec in sh_mobile_i2c_icch() 233 * condition, in order to meet both tHIGH and tHD;STA specs. in sh_mobile_i2c_icch() 235 return (((count_khz * (tHIGH + tf)) + 5000) / 10000); in sh_mobile_i2c_icch() 267 u32 tHIGH, tLOW, tf; in sh_mobile_i2c_init() local 273 tHIGH = 40; /* tHD;STA = tHIGH = 4.0 us */ in sh_mobile_i2c_init() 277 tHIGH = 6; /* tHD;STA = tHIGH = 0.6 us */ in sh_mobile_i2c_init() 286 pd->icch = sh_mobile_i2c_icch(i2c_clk_khz, tHIGH, tf); in sh_mobile_i2c_init()
|
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() 685 .thigh = 78, 697 .thigh = 20, 718 .thigh = 78, 730 .thigh = 20, 751 .thigh = 201, 763 .thigh = 38, 775 .thigh = 16,
|
D | i2c-uniphier-f.c | 488 * Standard-mode: tLOW + tHIGH = 10 us in uniphier_fi2c_hw_init() 489 * Fast-mode: tLOW + tHIGH = 2.5 us in uniphier_fi2c_hw_init() 493 * Standard-mode: tLOW = 4.7 us, tHIGH = 4.0 us, tBUF = 4.7 us in uniphier_fi2c_hw_init() 494 * Fast-mode: tLOW = 1.3 us, tHIGH = 0.6 us, tBUF = 1.3 us in uniphier_fi2c_hw_init() 495 * "tLow/tHIGH = 5/4" meets both. in uniphier_fi2c_hw_init()
|
D | i2c-uniphier.c | 298 * Standard-mode: tLOW = 4.7 us, tHIGH = 4.0 us in uniphier_i2c_hw_init() 299 * Fast-mode: tLOW = 1.3 us, tHIGH = 0.6 us in uniphier_i2c_hw_init() 300 * "tLow/tHIGH = 5/4" meets both. in uniphier_i2c_hw_init()
|
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()
|
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()
|
D | i2c-xiic.c | 163 #define XIIC_THIGH_REG_OFFSET (0x3C + XIIC_REG_OFFSET) /* THIGH Register */ 402 * -EINVAL on failure (scl frequency not supported or THIGH is 0) 443 /* THIGH - Depends on SCL clock frequency(i2c_clk) as below */ in xiic_setclk() 450 /* TLOW - Value same as THIGH */ in xiic_setclk()
|
D | i2c-designware-common.c | 430 * we could meet both tHIGH and tHD;STA timing specs. in i2c_dw_scl_hcnt()
|
D | i2c-mxs.c | 735 * tHIGH (SCL HIGH period) 4000 ns 600 ns in mxs_i2c_derive_timing()
|
D | i2c-rk3x.c | 733 * tHigh = 8 * h * T;
|
D | i2c-mlxbf.c | 377 u16 thigh_max; /* Thigh max. */
|
/linux-6.14.4/Documentation/devicetree/bindings/i2c/ |
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-6.14.4/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
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-6.14.4/arch/powerpc/platforms/44x/ |
D | warp.c | 228 i2c_smbus_write_byte_data(client, 2, 65); /* Thigh */ in pika_setup_critical_temp()
|
/linux-6.14.4/samples/cgroup/ |
D | memcg_event_listener.c | 55 printf("\thigh: %ld\n", counters->high); in print_memcg_counters()
|
/linux-6.14.4/drivers/hwmon/ |
D | tmp108.c | 39 #define TMP108_CONF_FH 0x1000 /* Watchdog flag - THIGH */
|
/linux-6.14.4/drivers/gpu/drm/radeon/ |
D | pptable.h | 90 USHORT usPWMHigh; // The PWM value at THigh.
|
/linux-6.14.4/drivers/gpu/drm/amd/include/ |
D | pptable.h | 94 USHORT usPWMHigh; // The PWM value at THigh.
|
/linux-6.14.4/drivers/gpu/drm/amd/pm/powerplay/inc/ |
D | hwmgr.h | 674 uint16_t usPWMHigh; /* The PWM value at THigh. */
|
/linux-6.14.4/tools/power/pm-graph/ |
D | sleepgraph.py | 4467 tHigh = ['', ''] 4471 tHigh[i] = ' id="%smin" class=minval title="Minimum"' % tag 4473 tHigh[i] = ' id="%smax" class=maxval title="Maximum"' % tag 4475 tHigh[i] = ' id="%smed" class=medval title="Median"' % tag 4483 html += tdh.format('%.3f ms' % d[3], tHigh[0]) if d[3] else td.format('') # suspend 4484 html += tdh.format('%.3f ms' % d[4], tHigh[1]) if d[4] else td.format('') # resume
|