Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dtps65910-regulator.c329 return TPS65910_VDD2; in tps65910_get_ctrl_register()
365 return TPS65910_VDD2; in tps65911_get_ctrl_register()
463 ret = regmap_read(regmap, TPS65910_VDD2, &mult); in tps65910_get_voltage_dcdc_sel()
618 regmap_update_bits(regmap, TPS65910_VDD2, VDD1_VGAIN_SEL_MASK, in tps65910_set_voltage_dcdc_sel()
/linux/include/linux/mfd/
H A Dtps65910.h63 #define TPS65910_VDD2 0x24 macro