H A D | mt6358-regulator.c | 1 // SPDX-License-Identifier: GPL-2.0 13 #include <linux/regulator/mt6358-regulator.h> 16 #include <dt-bindings/regulator/mediatek,mt6397-regulator.h> 36 #define MT6358_BUCK(match, vreg, supply, min, max, step, \ argument 42 .supply_name = supply, \ 48 .n_voltages = ((max) - (min)) / (step) + 1, \ 65 #define MT6358_LDO(match, vreg, supply, volt_ranges, enreg, enbit, vosel, vosel_mask) \ argument 69 .supply_name = supply, \ 90 #define MT6358_LDO1(match, vreg, supply, min, max, step, \ argument 95 .supply_name = supply, \ [all …]
|