Searched refs:WM8400_DCDC1_CONTROL_1 (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/regulator/ |
D | wm8400-regulator.c | 38 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,
|
/linux-5.19.10/include/linux/mfd/ |
D | wm8400-private.h | 93 #define WM8400_DCDC1_CONTROL_1 0x46 macro
|