Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/regulator/
Dwm831x-dcdc.c656 return wm831x_set_bits(wm831x, reg, WM831X_DC3_ON_VSEL_MASK, vsel); in wm831x_buckp_set_voltage_int()
691 return val & WM831X_DC3_ON_VSEL_MASK; in wm831x_buckp_get_voltage_sel()
/linux-2.6.39/include/linux/mfd/wm831x/
Dregulator.h523 #define WM831X_DC3_ON_VSEL_MASK 0x007F /* DC3_ON_VSEL - [6:0] */ macro