Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/regulator/
Dregulator_npm6001.c91 static const struct linear_range buck2_range = LINEAR_RANGE_INIT(1200000, 50000U, 0xAU, 0xEU); variable
280 return linear_range_values_count(&buck2_range); in regulator_npm6001_count_voltages()
305 return linear_range_get_value(&buck2_range, idx + buck2_range.min_idx, volt_uv); in regulator_npm6001_list_voltage()
334 return regulator_npm6001_buck012_set_voltage(dev, min_uv, max_uv, &buck2_range, in regulator_npm6001_set_voltage()
365 return regulator_npm6001_buck0123_get_voltage(dev, &buck2_range, in regulator_npm6001_get_voltage()
Dregulator_max20335.c71 static const struct linear_range buck2_range = LINEAR_RANGE_INIT(700000, 50000U, 0x0U, 0x3FU); variable
91 .uv_range = &buck2_range,