Searched refs:buck2_range (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.4.0/drivers/regulator/ |
D | regulator_npm6001.c | 91 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()
|