Home
last modified time | relevance | path

Searched refs:max_uv (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
H A Dbase.c54 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()
/linux/drivers/mmc/host/
H A Ddw_mmc-k3.c146 int min_uv, max_uv; in dw_mci_hi6220_switch_voltage() local
159 max_uv = 3000000; in dw_mci_hi6220_switch_voltage()
164 max_uv = 1800000; in dw_mci_hi6220_switch_voltage()
178 ret = regulator_set_voltage(mmc->supply.vqmmc, min_uv, max_uv); in dw_mci_hi6220_switch_voltage()
181 ret, min_uv, max_uv); in dw_mci_hi6220_switch_voltage()
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dvolt.h17 u32 max_uv; member
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dbase.c108 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()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_hwmon.c459 *val = volt->max_uv > 0 ? (volt->max_uv / 1000) : -ENODEV; in nouveau_in_read()
/linux/drivers/hwmon/pmbus/
H A Dpmbus_core.c3148 int max_uv, unsigned int *selector) in pmbus_regulator_set_voltage() argument