Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/regulator/
Dtps65912-regulator.c118 int eco_reg; member
229 pmic->eco_reg = TPS65912_DCDC1_AVS; in tps65912_get_mode_regiters()
233 pmic->eco_reg = TPS65912_DCDC2_AVS; in tps65912_get_mode_regiters()
237 pmic->eco_reg = TPS65912_DCDC3_AVS; in tps65912_get_mode_regiters()
241 pmic->eco_reg = TPS65912_DCDC4_AVS; in tps65912_get_mode_regiters()
309 eco = tps65912_reg_read(mfd, pmic->eco_reg); in tps65912_set_mode()
320 tps65912_clear_bits(mfd, pmic->eco_reg, DCDC_AVS_ECO_MASK); in tps65912_set_mode()
327 tps65912_clear_bits(mfd, pmic->eco_reg, DCDC_AVS_ECO_MASK); in tps65912_set_mode()
333 tps65912_set_bits(mfd, pmic->eco_reg, DCDC_AVS_ECO_MASK); in tps65912_set_mode()
351 eco = tps65912_reg_read(mfd, pmic->eco_reg); in tps65912_get_mode()