Home
last modified time | relevance | path

Searched refs:VSEL_BUCK_EN (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/regulator/
H A Drk860x-regulator.c37 #define VSEL_BUCK_EN BIT(7) macro
143 VSEL_BUCK_EN, VSEL_BUCK_EN); in rk860x_set_suspend_enable()
151 VSEL_BUCK_EN, 0); in rk860x_set_suspend_disable()
178 VSEL_BUCK_EN, VSEL_BUCK_EN); in rk860x_set_enable()
191 VSEL_BUCK_EN, 0); in rk860x_set_disable()
210 if (val & VSEL_BUCK_EN) in rk860x_is_enabled()
392 rdesc->enable_mask = VSEL_BUCK_EN; in rk860x_regulator_register()
H A Dxz3216.c54 #define VSEL_BUCK_EN BIT(7) macro
127 VSEL_BUCK_EN, VSEL_BUCK_EN); in xz3216_dcdc_suspend_enable()
134 VSEL_BUCK_EN, 0); in xz3216_dcdc_suspend_disable()
235 .enable_mask = VSEL_BUCK_EN,
H A Dfan53555.c44 #define VSEL_BUCK_EN (1 << 7) macro
171 VSEL_BUCK_EN, VSEL_BUCK_EN); in fan53555_set_suspend_enable()
179 VSEL_BUCK_EN, 0); in fan53555_set_suspend_disable()
527 rdesc->enable_mask = VSEL_BUCK_EN; in fan53555_regulator_register()
/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dfan53555_regulator.c36 #define VSEL_BUCK_EN BIT(7) macro
182 val = VSEL_BUCK_EN; in fan53555_regulator_set_enable()
193 fan53555_clrsetbits(dev, priv->vol_reg, VSEL_BUCK_EN, val); in fan53555_regulator_set_enable()
211 if (val & VSEL_BUCK_EN) in fan53555_regulator_get_enable()
224 val = VSEL_BUCK_EN; in fan53555_regulator_set_suspend_enable()
228 fan53555_clrsetbits(dev, priv->sleep_reg, VSEL_BUCK_EN, val); in fan53555_regulator_set_suspend_enable()
239 if (val & VSEL_BUCK_EN) in fan53555_regulator_get_suspend_enable()
H A Drk860x_regulator.c35 #define VSEL_BUCK_EN BIT(7) macro
151 val = VSEL_BUCK_EN; in rk860x_regulator_set_enable()
162 rk860x_clrsetbits(dev, priv->en_reg, VSEL_BUCK_EN, val); in rk860x_regulator_set_enable()
184 if (val & VSEL_BUCK_EN) in rk860x_regulator_get_enable()
197 val = VSEL_BUCK_EN; in rk860x_regulator_set_suspend_enable()
201 rk860x_clrsetbits(dev, priv->sleep_en_reg, VSEL_BUCK_EN, val); in rk860x_regulator_set_suspend_enable()
216 if (val & VSEL_BUCK_EN) in rk860x_regulator_get_suspend_enable()