Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dtps6594-esm.c73 ret = regmap_set_bits(tps->regmap, TPS6594_REG_ESM_SOC_START_REG, in tps6594_esm_probe()
90 ret = regmap_clear_bits(tps->regmap, TPS6594_REG_ESM_SOC_START_REG, in tps6594_esm_remove()
112 ret = regmap_clear_bits(tps->regmap, TPS6594_REG_ESM_SOC_START_REG, in tps6594_esm_suspend()
126 return regmap_set_bits(tps->regmap, TPS6594_REG_ESM_SOC_START_REG, in tps6594_esm_resume()
/openbmc/linux/include/linux/mfd/
H A Dtps6594.h165 #define TPS6594_REG_ESM_SOC_START_REG 0x98 macro