Searched refs:max_uv (Results 1 – 5 of 5) sorted by relevance
54 int i, ret = -EINVAL, best_err = volt->max_uv, best = -1; in nvkm_volt_set()199 volt->max_uv = info.max; in nvkm_volt_parse_bios()213 volt->max_uv = 0; in nvkm_volt_parse_bios()222 volt->max_uv = max(volt->max_uv, ivid.voltage); in nvkm_volt_parse_bios()228 volt->max_uv = info.base + info.pwm_range; in nvkm_volt_parse_bios()299 volt->min_uv, volt->max_uv); in nvkm_volt_ctor()
17 u32 max_uv; member
108 return voltage <= min(max_volt, volt->max_uv); in nvkm_cstate_valid()125 max_volt = volt->max_uv; in nvkm_cstate_find_best()239 if (volt && nvkm_volt_map_min(volt, cstepX.voltage) > volt->max_uv) in nvkm_cstate_new()
459 *val = volt->max_uv > 0 ? (volt->max_uv / 1000) : -ENODEV; in nouveau_in_read()
3253 int max_uv, unsigned int *selector) in pmbus_regulator_set_voltage() argument