Home
last modified time | relevance | path

Searched refs:ramp_reg (Results 1 – 23 of 23) sorted by relevance

/linux-6.1.9/drivers/regulator/
Ds2mpa01.c93 unsigned int ramp_val, ramp_shift, ramp_reg = S2MPA01_REG_RAMP2; in s2mpa01_set_ramp_delay() local
125 ramp_reg = S2MPA01_REG_RAMP1; in s2mpa01_set_ramp_delay()
136 ramp_reg = S2MPA01_REG_RAMP1; in s2mpa01_set_ramp_delay()
151 ramp_reg = S2MPA01_REG_RAMP1; in s2mpa01_set_ramp_delay()
199 return regmap_update_bits(rdev->regmap, ramp_reg, 0x3 << ramp_shift, in s2mpa01_set_ramp_delay()
Drk808-regulator.c763 .ramp_reg = RK808_BUCK1_CONFIG_REG,
783 .ramp_reg = RK808_BUCK2_CONFIG_REG,
867 .ramp_reg = RK817_BUCK_CONFIG_REG(RK817_ID_DCDC1),
890 .ramp_reg = RK817_BUCK_CONFIG_REG(RK817_ID_DCDC2),
913 .ramp_reg = RK817_BUCK_CONFIG_REG(RK817_ID_DCDC3),
936 .ramp_reg = RK817_BUCK_CONFIG_REG(RK817_ID_DCDC4),
1025 .ramp_reg = RK817_BUCK_CONFIG_REG(RK817_ID_DCDC1),
1048 .ramp_reg = RK817_BUCK_CONFIG_REG(RK817_ID_DCDC2),
1071 .ramp_reg = RK817_BUCK_CONFIG_REG(RK817_ID_DCDC3),
1094 .ramp_reg = RK817_BUCK_CONFIG_REG(RK817_ID_DCDC4),
Dpca9450-regulator.c239 .ramp_reg = PCA9450_REG_BUCK1CTRL,
268 .ramp_reg = PCA9450_REG_BUCK2CTRL,
297 .ramp_reg = PCA9450_REG_BUCK3CTRL,
477 .ramp_reg = PCA9450_REG_BUCK1CTRL,
506 .ramp_reg = PCA9450_REG_BUCK2CTRL,
Ds2mps11.c113 unsigned int ramp_val, ramp_shift, ramp_reg = S2MPS11_REG_RAMP_BUCK; in s2mps11_set_ramp_delay() local
136 ramp_reg = S2MPS11_REG_RAMP; in s2mps11_set_ramp_delay()
151 ramp_reg = S2MPS11_REG_RAMP; in s2mps11_set_ramp_delay()
166 ramp_reg = S2MPS11_REG_RAMP; in s2mps11_set_ramp_delay()
220 return regmap_update_bits(rdev->regmap, ramp_reg, 0x3 << ramp_shift, in s2mps11_set_ramp_delay()
889 unsigned int ramp_val, ramp_shift, ramp_reg; in s2mpu02_set_ramp_delay() local
908 ramp_reg = S2MPU02_REG_RAMP1; in s2mpu02_set_ramp_delay()
911 return regmap_update_bits(rdev->regmap, ramp_reg, in s2mpu02_set_ramp_delay()
Dbd71828-regulator.c193 .ramp_reg = BD71828_REG_BUCK1_MODE,
239 .ramp_reg = BD71828_REG_BUCK2_MODE,
403 .ramp_reg = BD71828_REG_BUCK6_MODE,
444 .ramp_reg = BD71828_REG_BUCK7_MODE,
Dmt6370-regulator.c217 .ramp_reg = MT6370_REG_DB_VPOS,
241 .ramp_reg = MT6370_REG_DB_VNEG,
Dbd718x7-regulator.c750 .ramp_reg = BD718XX_REG_BUCK1_CTRL,
787 .ramp_reg = BD718XX_REG_BUCK2_CTRL,
1098 .ramp_reg = BD718XX_REG_BUCK1_CTRL,
1136 .ramp_reg = BD718XX_REG_BUCK2_CTRL,
1171 .ramp_reg = BD71837_REG_BUCK3_CTRL,
1204 .ramp_reg = BD71837_REG_BUCK4_CTRL,
Dmax77802-regulator.c358 .ramp_reg = MAX77802_REG_BUCK ## num ## CTRL, \
384 .ramp_reg = MAX77802_REG_BUCK ## num ## CTRL1, \
Dmp5416.c70 .ramp_reg = MP5416_REG_CTL2, \
Drt6245-regulator.c110 .ramp_reg = RT6245_VIRT_SLEWRATE,
Drt6160-regulator.c279 priv->desc.ramp_reg = RT6160_REG_CNTL; in rt6160_probe()
Drt5759-regulator.c232 reg_desc->ramp_reg = RT5759_REG_FREQ; in rt5759_regulator_register()
Dmp886x.c271 rdesc->ramp_reg = MP886X_SYSCNTLREG1; in mp886x_regulator_register()
Drtq2134-regulator.c289 .ramp_reg = RTQ2134_REG_BUCK##_id##_RSPCFG, \
Dlp8755.c229 .ramp_reg = (LP8755_BUCK##_id) + 0x7,\
Dmcp16502.c128 .ramp_reg = MCP16502_REG_BASE(_id, CFG), \
Dltc3589.c246 .ramp_reg = LTC3589_VRRCR, \
Dmax77686-regulator.c437 .ramp_reg = MAX77686_REG_BUCK2CTRL1 + (num - 2) * 10, \
Dfan53555.c491 rdesc->ramp_reg = di->slew_reg; in fan53555_regulator_register()
Dbd71815-regulator.c467 .ramp_reg = (ereg), \
Dhelpers.c965 return regmap_update_bits(rdev->regmap, rdev->desc->ramp_reg, in regulator_set_ramp_delay_regmap()
Dmax8973-regulator.c661 max->desc.ramp_reg = MAX8973_CONTROL1; in max8973_probe()
/linux-6.1.9/include/linux/regulator/
Ddriver.h422 unsigned int ramp_reg; member