Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/regulator/
Dregulator_npm6001.c89 static const struct linear_range buck1_range = LINEAR_RANGE_INIT(700000, 50000U, 0x0U, 0xEU); variable
278 return linear_range_values_count(&buck1_range); in regulator_npm6001_count_voltages()
303 return linear_range_get_value(&buck1_range, idx, volt_uv); in regulator_npm6001_list_voltage()
330 return regulator_npm6001_buck012_set_voltage(dev, min_uv, max_uv, &buck1_range, in regulator_npm6001_set_voltage()
362 return regulator_npm6001_buck0123_get_voltage(dev, &buck1_range, in regulator_npm6001_get_voltage()
Dregulator_max20335.c70 static const struct linear_range buck1_range = LINEAR_RANGE_INIT(700000, 25000U, 0x0U, 0x3FU); variable
82 .uv_range = &buck1_range,