Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Drt6160-regulator.c16 #define RT6160_REG_CNTL 0x01 macro
109 return regmap_update_bits(regmap, RT6160_REG_CNTL, RT6160_FPWM_MASK, mode_val); in rt6160_set_mode()
118 ret = regmap_read(regmap, RT6160_REG_CNTL, &val); in rt6160_get_mode()
203 if (reg >= RT6160_REG_CNTL && reg <= RT6160_REG_VSELH) in rt6160_is_accessible_reg()
279 priv->desc.ramp_reg = RT6160_REG_CNTL; in rt6160_probe()