Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/regulator/
Daxp20x-regulator.c1096 static int axp20x_set_dcdc_workmode(struct regulator_dev *rdev, int id, u32 workmode) in axp20x_set_dcdc_workmode() argument
1112 workmode <<= ffs(mask) - 1; in axp20x_set_dcdc_workmode()
1129 workmode <<= id - AXP22X_DCDC1; in axp20x_set_dcdc_workmode()
1137 workmode <<= id - AXP803_DCDC1; in axp20x_set_dcdc_workmode()
1145 workmode <<= id - AXP813_DCDC1; in axp20x_set_dcdc_workmode()
1154 return regmap_update_bits(rdev->regmap, reg, mask, workmode); in axp20x_set_dcdc_workmode()
1217 u32 workmode; in axp20x_regulator_probe() local
1324 &workmode); in axp20x_regulator_probe()
1326 if (axp20x_set_dcdc_workmode(rdev, i, workmode)) in axp20x_regulator_probe()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Daxp20x.txt74 - x-powers,dcdc-workmode: 1 for PWM mode, 0 for AUTO (PWM/PFM) mode