Home
last modified time | relevance | path

Searched refs:v_max (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/drivers/power/supply/
Dlego_ev3_battery.c33 int v_max; member
67 val->intval = batt->v_max; in lego_ev3_battery_get_property()
112 batt->v_max = 7800000; in lego_ev3_battery_set_property()
198 batt->v_max = 84000000; in lego_ev3_battery_probe()
203 batt->v_max = 90000000; in lego_ev3_battery_probe()
/Linux-v5.4/sound/isa/gus/
Dgus_reset.c149 unsigned short v_max) in snd_gf1_clear_voices() argument
156 for (i = v_min; i <= v_max; i++) { in snd_gf1_clear_voices()
190 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max) in snd_gf1_stop_voices() argument
197 for (i = v_min, ramp_ok = 0; i <= v_max; i++) { in snd_gf1_stop_voices()
216 snd_gf1_clear_voices(gus, v_min, v_max); in snd_gf1_stop_voices()
/Linux-v5.4/drivers/clk/tegra/
Dclk-dfll.c1585 static int dfll_build_pwm_lut(struct tegra_dfll *td, unsigned long v_max) in dfll_build_pwm_lut() argument
1597 if (reg_volt > v_max) in dfll_build_pwm_lut()
1640 static int dfll_build_i2c_lut(struct tegra_dfll *td, unsigned long v_max) in dfll_build_i2c_lut() argument
1667 v += max(1UL, (v_max - v) / (MAX_DFLL_VOLTAGES - j)); in dfll_build_i2c_lut()
1678 v = (j == MAX_DFLL_VOLTAGES - 1) ? v_max : v_opp; in dfll_build_i2c_lut()
1685 if (v >= v_max) in dfll_build_i2c_lut()
1707 unsigned long rate, v_max; in dfll_build_lut() local
1716 v_max = dev_pm_opp_get_voltage(opp); in dfll_build_lut()
1720 return dfll_build_pwm_lut(td, v_max); in dfll_build_lut()
1722 return dfll_build_i2c_lut(td, v_max); in dfll_build_lut()
/Linux-v5.4/arch/arm64/include/asm/
Dcputype.h145 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument
149 .rv_max = MIDR_CPU_VAR_REV(v_max, r_max), \
/Linux-v5.4/arch/arm64/kernel/
Dcpu_errata.c518 #define CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument
520 .midr_range = MIDR_RANGE(model, v_min, r_min, v_max, r_max)
529 #define ERRATA_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument
531 CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max)
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_target.c454 int iid_lsb, int idx_lsb, int v_max) in nfp_encode_basic_search() argument
459 for (v = 0; v < v_max; v++) { in nfp_encode_basic_search()
/Linux-v5.4/include/sound/
Dgus.h567 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max);
/Linux-v5.4/drivers/leds/
Dleds-lm3533.c183 u8 v_min, u8 v_max) in time_to_val() argument
/Linux-v5.4/sound/pci/trident/
Dtrident_main.c44 unsigned short v_min, unsigned short v_max);
3874 … snd_trident_clear_voices(struct snd_trident * trident, unsigned short v_min, unsigned short v_max) in snd_trident_clear_voices() argument
3878 if (snd_BUG_ON(v_min > 63 || v_max > 63)) in snd_trident_clear_voices()
3880 for (i = v_min; i <= v_max; i++) in snd_trident_clear_voices()
/Linux-v5.4/sound/pci/ali5451/
Dali5451.c966 unsigned int v_max) in snd_ali_clear_voices() argument
970 for (i = v_min; i <= v_max; i++) { in snd_ali_clear_voices()