Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8350.c84 val = (reg & WM8350_OUT1L_VOL_MASK) >> WM8350_OUT1L_VOL_SHIFT; in wm8350_out1_ramp_step()
90 reg &= ~WM8350_OUT1L_VOL_MASK; in wm8350_out1_ramp_step()
99 reg &= ~WM8350_OUT1L_VOL_MASK; in wm8350_out1_ramp_step()
1507 WM8350_OUT1L_VOL_MASK) >> WM8350_OUT1L_VOL_SHIFT; in wm8350_component_probe()
/openbmc/linux/include/linux/mfd/wm8350/
H A Daudio.h401 #define WM8350_OUT1L_VOL_MASK 0x00FC macro