Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-tps65218.c30 ret = regmap_read(tps65218->regmap, TPS65218_REG_ENABLE2, &val); in tps65218_gpio_get()
44 tps65218_set_bits(tps65218, TPS65218_REG_ENABLE2, in tps65218_gpio_set()
49 tps65218_clear_bits(tps65218, TPS65218_REG_ENABLE2, in tps65218_gpio_set()
/openbmc/linux/drivers/regulator/
H A Dtps65218-regulator.c286 TPS65218_CONTROL_LDO1_MASK, TPS65218_REG_ENABLE2,
292 TPS65218_REG_ENABLE2, TPS65218_ENABLE2_LS2_EN,
298 TPS65218_REG_ENABLE2, TPS65218_ENABLE2_LS3_EN,
/openbmc/linux/include/linux/mfd/
H A Dtps65218.h36 #define TPS65218_REG_ENABLE2 0x12 macro