Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dwm8400-regulator.c38 ret = regmap_bulk_read(rmap, WM8400_DCDC1_CONTROL_1 + offset, data, 2); in wm8400_dcdc_get_mode()
71 return regmap_update_bits(rmap, WM8400_DCDC1_CONTROL_1 + offset, in wm8400_dcdc_set_mode()
82 return regmap_update_bits(rmap, WM8400_DCDC1_CONTROL_1 + offset, in wm8400_dcdc_set_mode()
88 return regmap_update_bits(rmap, WM8400_DCDC1_CONTROL_1 + offset, in wm8400_dcdc_set_mode()
176 .enable_reg = WM8400_DCDC1_CONTROL_1,
179 .vsel_reg = WM8400_DCDC1_CONTROL_1,
/openbmc/linux/include/linux/mfd/
H A Dwm8400-private.h93 #define WM8400_DCDC1_CONTROL_1 0x46 macro