Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dscmi-regulator.c142 s32 delta_uV; in scmi_config_linear_regulator_mappings() local
150 delta_uV = (vinfo->levels_uv[SCMI_VOLTAGE_SEGMENT_HIGH] - in scmi_config_linear_regulator_mappings()
154 if (delta_uV < 0) { in scmi_config_linear_regulator_mappings()
163 if (!delta_uV) { in scmi_config_linear_regulator_mappings()
176 sreg->desc.n_voltages = (delta_uV / sreg->desc.uV_step) + 1; in scmi_config_linear_regulator_mappings()