Searched refs:div_high (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-rk3x.c | 141 * @div_high: Divider output for high 149 unsigned long div_high; member 659 t_calc->div_high = min_high_div; in rk3x_i2c_v0_calc_timings() 689 t_calc->div_high = min_high_div + (extra_div - extra_low_div); in rk3x_i2c_v0_calc_timings() 694 * NOTE: Above calculations always produce div_low > 0 and div_high > 0. in rk3x_i2c_v0_calc_timings() 697 t_calc->div_high--; in rk3x_i2c_v0_calc_timings() 707 if (t_calc->div_high > 0xffff) { in rk3x_i2c_v0_calc_timings() 708 t_calc->div_high = 0xffff; in rk3x_i2c_v0_calc_timings() 810 t_calc->div_high = min_high_div; in rk3x_i2c_v1_calc_timings() 824 t_calc->div_high in rk3x_i2c_v1_calc_timings() [all...] |
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-rk3x.c | 141 * @div_high: Divider output for high 149 unsigned long div_high; member 659 t_calc->div_high = min_high_div; in rk3x_i2c_v0_calc_timings() 689 t_calc->div_high = min_high_div + (extra_div - extra_low_div); in rk3x_i2c_v0_calc_timings() 694 * NOTE: Above calculations always produce div_low > 0 and div_high > 0. in rk3x_i2c_v0_calc_timings() 697 t_calc->div_high--; in rk3x_i2c_v0_calc_timings() 707 if (t_calc->div_high > 0xffff) { in rk3x_i2c_v0_calc_timings() 708 t_calc->div_high = 0xffff; in rk3x_i2c_v0_calc_timings() 810 t_calc->div_high = min_high_div; in rk3x_i2c_v1_calc_timings() 824 t_calc->div_high in rk3x_i2c_v1_calc_timings() [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | aspeed-pwm-tacho.c | 391 u8 div_high, u8 div_low, u8 unit) in aspeed_set_pwm_clock_values() 393 u32 reg_value = ((div_high << type_params[type].h_value) | in aspeed_set_pwm_clock_values() 390 aspeed_set_pwm_clock_values(struct regmap *regmap, u8 type, u8 div_high, u8 div_low, u8 unit) aspeed_set_pwm_clock_values() argument
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | aspeed-pwm-tacho.c | 390 u8 div_high, u8 div_low, u8 unit) in aspeed_set_pwm_clock_values() 392 u32 reg_value = ((div_high << type_params[type].h_value) | in aspeed_set_pwm_clock_values() 389 aspeed_set_pwm_clock_values(struct regmap *regmap, u8 type, u8 div_high, u8 div_low, u8 unit) aspeed_set_pwm_clock_values() argument
|
Completed in 7 milliseconds