| /linux/drivers/regulator/ |
| H A D | rn5t618-regulator.c | 45 REG(DCDC1, DC1CTL, BIT(0), DC1DAC, 0xff, 600000, 3500000, 12500), 46 REG(DCDC2, DC2CTL, BIT(0), DC2DAC, 0xff, 600000, 3500000, 12500), 47 REG(DCDC3, DC3CTL, BIT(0), DC3DAC, 0xff, 600000, 3500000, 12500), 48 REG(DCDC4, DC4CTL, BIT(0), DC4DAC, 0xff, 600000, 3500000, 12500), 62 REG(DCDC1, DC1CTL, BIT(0), DC1DAC, 0xff, 600000, 3500000, 12500), 63 REG(DCDC2, DC2CTL, BIT(0), DC2DAC, 0xff, 600000, 3500000, 12500), 64 REG(DCDC3, DC3CTL, BIT(0), DC3DAC, 0xff, 600000, 3500000, 12500), 78 REG(DCDC1, DC1CTL, BIT(0), DC1DAC, 0xff, 600000, 3500000, 12500), 79 REG(DCDC2, DC2CTL, BIT(0), DC2DAC, 0xff, 600000, 3500000, 12500), 80 REG(DCDC3, DC3CTL, BIT(0), DC3DAC, 0xff, 600000, 3500000, 12500), [all …]
|
| H A D | rc5t583-regulator.c | 83 RC5T583_REG(DC0, DC0CTL, 0, DC0CTL, 1, 0x7F, 700, 1500, 12500, 4), 84 RC5T583_REG(DC1, DC1CTL, 0, DC1CTL, 1, 0x7F, 700, 1500, 12500, 14), 85 RC5T583_REG(DC2, DC2CTL, 0, DC2CTL, 1, 0x7F, 900, 2400, 12500, 14), 86 RC5T583_REG(DC3, DC3CTL, 0, DC3CTL, 1, 0x7F, 900, 2400, 12500, 14), 91 RC5T583_REG(LDO4, LDOEN2, 4, LDODIS2, 4, 0x3F, 750, 1500, 12500, 133),
|
| H A D | qcom_rpm-regulator.c | 152 REGULATOR_LINEAR_RANGE( 750000, 0, 59, 12500), 158 REGULATOR_LINEAR_RANGE( 750000, 0, 63, 12500), 163 REGULATOR_LINEAR_RANGE( 750000, 60, 123, 12500), 167 REGULATOR_LINEAR_RANGE( 375000, 0, 29, 12500), 168 REGULATOR_LINEAR_RANGE( 750000, 30, 89, 12500), 174 REGULATOR_LINEAR_RANGE( 700000, 7, 63, 12500), 179 REGULATOR_LINEAR_RANGE( 375000, 0, 29, 12500), 180 REGULATOR_LINEAR_RANGE( 750000, 30, 89, 12500),
|
| H A D | twl-regulator.c | 357 REGULATOR_LINEAR_RANGE(600000, 0, 68, 12500) 362 REGULATOR_LINEAR_RANGE(600000, 0, 68, 12500), 363 REGULATOR_LINEAR_RANGE(1500000, 69, 69, 12500) 415 int vsel = DIV_ROUND_UP(min_uV - 600000, 12500); in twl4030smps_set_voltage() 430 return vsel * 12500 + 600000; in twl4030smps_get_voltage()
|
| H A D | max8907-regulator.c | 151 REG_LDO(SD2, "in-v2", MAX8907_REG_SDCTL2, 637500, 1425000, 12500), 306 pmic->desc[MAX8907_SD1].uV_step = 12500; in max8907_regulator_probe() 308 (1425000 - 637500) / 12500 + 1; in max8907_regulator_probe()
|
| H A D | mt6358-regulator.c | 505 MT6358_BUCK("buck_vdram1", VDRAM1, "vsys-vdram1", 500000, 2087500, 12500, 517 MT6358_BUCK("buck_vs2", VS2, "vsys-vs2", 500000, 2087500, 12500, 521 MT6358_BUCK("buck_vs1", VS1, "vsys-vs1", 1000000, 2587500, 12500, 577 MT6366_BUCK("vdram1", VDRAM1, 500000, 2087500, 12500, 589 MT6366_BUCK("vs2", VS2, 500000, 2087500, 12500, 593 MT6366_BUCK("vs1", VS1, 1000000, 2587500, 12500,
|
| H A D | mpq7920.h | 67 #define MPQ7920_VOLT_STEP 12500
|
| /linux/arch/arm/boot/dts/mediatek/ |
| H A D | mt8135-evbp1.dts | 32 regulator-ramp-delay = <12500>; 40 regulator-ramp-delay = <12500>; 48 regulator-ramp-delay = <12500>; 56 regulator-ramp-delay = <12500>; 64 regulator-ramp-delay = <12500>; 72 regulator-ramp-delay = <12500>; 80 regulator-ramp-delay = <12500>; 88 regulator-ramp-delay = <12500>;
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | mediatek,mt6397-regulator.yaml | 77 regulator-ramp-delay = <12500>; 85 regulator-ramp-delay = <12500>; 93 regulator-ramp-delay = <12500>; 101 regulator-ramp-delay = <12500>; 109 regulator-ramp-delay = <12500>; 117 regulator-ramp-delay = <12500>; 125 regulator-ramp-delay = <12500>; 133 regulator-ramp-delay = <12500>;
|
| H A D | samsung,s2mpa01.yaml | 43 enum: [0, 6250, 12500, 25000, 50000] 44 default: 12500
|
| /linux/arch/arm/mach-omap2/ |
| H A D | pmic-cpcap.c | 47 return DIV_ROUND_UP(uv - 600000, 12500); in omap_cpcap_uv_to_vsel() 52 .step_size = 12500, 69 .step_size = 12500, 179 vsel = DIV_ROUND_UP(uv - 750000, 12500); in omap_fan535503_uv_to_vsel() 198 vsel = DIV_ROUND_UP(uv - 750000, 12500); in omap_fan535508_uv_to_vsel() 205 .step_size = 12500, 223 .step_size = 12500,
|
| H A D | omap_twl.c | 51 return DIV_ROUND_UP(uv - 600000, 12500); in twl4030_uv_to_vsel() 129 .step_size = 12500, 145 .step_size = 12500,
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-armsom-lm7.dtsi | 194 regulator-ramp-delay = <12500>; 208 regulator-ramp-delay = <12500>; 221 regulator-ramp-delay = <12500>; 235 regulator-ramp-delay = <12500>; 248 regulator-ramp-delay = <12500>; 272 regulator-ramp-delay = <12500>; 359 regulator-ramp-delay = <12500>; 372 regulator-ramp-delay = <12500>;
|
| H A D | rk3588-edgeble-neu6a-common.dtsi | 211 regulator-ramp-delay = <12500>; 225 regulator-ramp-delay = <12500>; 238 regulator-ramp-delay = <12500>; 252 regulator-ramp-delay = <12500>; 265 regulator-ramp-delay = <12500>; 289 regulator-ramp-delay = <12500>; 376 regulator-ramp-delay = <12500>; 389 regulator-ramp-delay = <12500>;
|
| H A D | rk3582-radxa-e52c.dts | 446 regulator-ramp-delay = <12500>; 460 regulator-ramp-delay = <12500>; 473 regulator-ramp-delay = <12500>; 487 regulator-ramp-delay = <12500>; 500 regulator-ramp-delay = <12500>;
|
| H A D | rk3328-orangepi-r1-plus.dtsi | 154 regulator-ramp-delay = <12500>; 168 regulator-ramp-delay = <12500>;
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| H A D | nxp,pcf8523.yaml | 25 enum: [ 7000, 12500 ] 26 default: 12500
|
| H A D | nxp,pcf85363.yaml | 36 enum: [6000, 7000, 12500] 58 quartz-load-femtofarads = <12500>;
|
| H A D | nxp,pcf85063.yaml | 37 enum: [7000, 12500] 92 quartz-load-femtofarads = <12500>;
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | renesas,r9a08g045-vbattb.yaml | 50 enum: [ 4000, 7000, 9000, 12500 ] 83 quartz-load-femtofarads = <12500>;
|
| /linux/include/linux/mfd/samsung/ |
| H A D | s2mpu02.h | 157 #define S2MPU02_BUCK_RAMP_DELAY 12500 163 #define S2MPU02_LDO_STEP_12_5MV 12500
|
| H A D | s2mpa01.h | 160 #define S2MPA01_RAMP_DELAY 12500 /* uV/us */
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | maxim,max77802.yaml | 140 regulator-ramp-delay = <12500>; 152 regulator-ramp-delay = <12500>;
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | mt6358.dtsi | 30 regulator-ramp-delay = <12500>; 88 regulator-ramp-delay = <12500>; 107 regulator-ramp-delay = <12500>;
|
| /linux/drivers/rtc/ |
| H A D | rtc-pcf8523.c | 59 load = 12500; in pcf8523_load_capacitance() 64 dev_warn(&pcf8523->rtc->dev, "Unknown quartz-load-femtofarads value: %d. Assuming 12500", in pcf8523_load_capacitance() 67 case 12500: in pcf8523_load_capacitance()
|