Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Drt6160-regulator.c20 #define RT6160_REG_VSELH 0x05 macro
21 #define RT6160_NUM_REGS (RT6160_REG_VSELH + 1)
139 suspend_vsel_reg = RT6160_REG_VSELH; in rt6160_set_suspend_voltage()
203 if (reg >= RT6160_REG_CNTL && reg <= RT6160_REG_VSELH) in rt6160_is_accessible_reg()
218 .max_register = RT6160_REG_VSELH,
276 priv->desc.vsel_reg = RT6160_REG_VSELH; in rt6160_probe()