| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | e_powersaver.c | 179 u8 min_multiplier, min_voltage; in eps_cpu_init() local 252 min_voltage = (hi >> 16) & 0xff; in eps_cpu_init() 253 pr_info("Lowest voltage = %dmV\n", min_voltage * 16 + 700); in eps_cpu_init() 266 if (max_voltage < min_voltage in eps_cpu_init() 267 || current_voltage < min_voltage in eps_cpu_init() 311 if (v >= min_voltage && v <= max_voltage) { in eps_cpu_init() 340 f_table[0].driver_data = (min_multiplier << 8) | min_voltage; in eps_cpu_init() 346 step = ((max_voltage - min_voltage) * 256) in eps_cpu_init() 349 voltage = (k * step) / 256 + min_voltage; in eps_cpu_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | rs780_dpm.c | 246 fv_throt_pwm_range[0] = pi->min_voltage; in rs780_voltage_scaling_init() 247 fv_throt_pwm_range[1] = pi->min_voltage; in rs780_voltage_scaling_init() 280 (MIN_PWM_HIGHTIME(pi->min_voltage) | in rs780_voltage_scaling_init() 384 (current_state->min_voltage == RS780_VDDC_LEVEL_HIGH)) in rs780_force_voltage() 518 return pi->min_voltage; in rs780_get_voltage_for_vddc_level() 533 (new_state->min_voltage == RS780_VDDC_LEVEL_HIGH)) in rs780_enable_voltage_scaling() 539 new_state->min_voltage); in rs780_enable_voltage_scaling() 764 ps->min_voltage = RS780_VDDC_LEVEL_UNKNOWN; in rs780_parse_pplib_clock_info() 768 ps->min_voltage = RS780_VDDC_LEVEL_LOW; in rs780_parse_pplib_clock_info() 772 ps->min_voltage = RS780_VDDC_LEVEL_HIGH; in rs780_parse_pplib_clock_info() [all …]
|
| H A D | rs780_dpm.h | 42 u16 min_voltage; member 53 enum rs780_vddc_level min_voltage; member
|
| H A D | radeon_atombios.c | 3606 u8 voltage_type, u16 *min_voltage) in radeon_atom_get_min_voltage() argument 3626 *min_voltage = in radeon_atom_get_min_voltage() 3638 *min_voltage = in radeon_atom_get_min_voltage() 3701 u16 min_voltage, max_voltage, voltage_step; in radeon_atom_round_to_true_voltage() local 3705 if (radeon_atom_get_min_voltage(rdev, voltage_type, &min_voltage)) in radeon_atom_round_to_true_voltage() 3710 if (nominal_voltage <= min_voltage) in radeon_atom_round_to_true_voltage() 3711 *true_voltage = min_voltage; in radeon_atom_round_to_true_voltage() 3715 *true_voltage = min_voltage + in radeon_atom_round_to_true_voltage() 3716 ((nominal_voltage - min_voltage) / voltage_step) * in radeon_atom_round_to_true_voltage()
|
| H A D | trinity_dpm.c | 1541 u32 min_voltage = 0; /* ??? */ in trinity_apply_state_adjust_rules() local 1563 if (ps->levels[i].vddc_index < min_voltage) in trinity_apply_state_adjust_rules() 1564 ps->levels[i].vddc_index = min_voltage; in trinity_apply_state_adjust_rules()
|
| H A D | sumo_dpm.c | 1093 u32 min_voltage = 0; /* ??? */ in sumo_apply_state_adjust_rules() local 1112 if (ps->levels[i].vddc_index < min_voltage) in sumo_apply_state_adjust_rules() 1113 ps->levels[i].vddc_index = min_voltage; in sumo_apply_state_adjust_rules()
|
| H A D | radeon.h | 330 u8 voltage_type, u16 *min_voltage);
|
| /OK3568_Linux_fs/u-boot/drivers/power/regulator/ |
| H A D | pwm_regulator.c | 39 int min_voltage; member 54 int min_uV = priv->min_voltage; in pwm_voltage_to_duty_cycle_percentage() 140 priv->min_voltage = uc_pdata->min_uV; in pwm_regulator_probe()
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | wm97xx_battery.c | 77 if (pdata->min_voltage >= 0) in wm97xx_bat_get_property() 78 val->intval = pdata->min_voltage; in wm97xx_bat_get_property() 197 if (pdata->min_voltage >= 0) in wm97xx_bat_probe() 217 if (pdata->min_voltage >= 0) in wm97xx_bat_probe()
|
| H A D | z2_battery.c | 67 if (info->min_voltage >= 0) in z2_batt_get_property() 68 val->intval = info->min_voltage; in z2_batt_get_property() 142 if (info->min_voltage >= 0) in z2_batt_ps_init() 158 if (info->min_voltage >= 0) in z2_batt_ps_init()
|
| H A D | axp20x_battery.c | 440 int min_voltage) in axp20x_set_voltage_min_design() argument 442 int val1 = (min_voltage - 2600000) / 100000; in axp20x_set_voltage_min_design()
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | anatop-regulator.c | 170 u32 min_voltage; in anatop_regulator_probe() local 223 ret = of_property_read_u32(np, "anatop-min-voltage", &min_voltage); in anatop_regulator_probe() 242 rdesc->n_voltages = (max_voltage - min_voltage) / 25000 + 1 in anatop_regulator_probe() 244 rdesc->min_uV = min_voltage; in anatop_regulator_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | z2_battery.h | 10 int min_voltage; member
|
| H A D | wm97xx.h | 298 int min_voltage; member
|
| /OK3568_Linux_fs/kernel/drivers/remoteproc/ |
| H A D | qcom_wcnss.h | 12 int min_voltage; member
|
| H A D | qcom_wcnss_iris.c | 138 data->vregs[i].min_voltage, in qcom_iris_probe()
|
| H A D | qcom_wcnss.c | 398 info[i].min_voltage, in wcnss_init_regulators()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | palmte2.c | 278 .min_voltage = PALMTE2_BAT_MIN_VOLTAGE,
|
| H A D | palm27x.c | 253 palm27x_batt_pdata.min_voltage = minv, in palm27x_ac97_init()
|
| H A D | z2.c | 492 .min_voltage = 3475000,
|
| H A D | mioa701.c | 581 .min_voltage = 0xc00,
|