Searched refs:buck3_range (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/regulator/ |
D | regulator_npm6001.c | 93 static const struct linear_range buck3_range = LINEAR_RANGE_INIT(500000, 25000U, 0x0U, 0x70U); variable 175 ret = linear_range_get_win_index(&buck3_range, min_uv, max_uv, &idx); in regulator_npm6001_buck3_set_voltage() 282 return linear_range_values_count(&buck3_range); in regulator_npm6001_count_voltages() 307 return linear_range_get_value(&buck3_range, idx, volt_uv); in regulator_npm6001_list_voltage() 368 return regulator_npm6001_buck0123_get_voltage(dev, &buck3_range, NPM6001_BUCK3VOUT, in regulator_npm6001_get_voltage()
|