Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/sound/
H A Dwm8994_registers.h231 #define WM8994_AIF1_WL_MASK 0x0060 macro
H A Dwm8994.c396 ret = wm8994_bic_or(priv, aif1_reg, WM8994_AIF1_WL_MASK, aif1); in wm8994_hw_params()
/openbmc/linux/sound/soc/codecs/
H A Dwm8994.c3064 snd_soc_component_update_bits(component, aif1_reg, WM8994_AIF1_WL_MASK, aif1); in wm8994_hw_params()
3130 return snd_soc_component_update_bits(component, aif1_reg, WM8994_AIF1_WL_MASK, aif1); in wm8994_aif3_hw_params()
/openbmc/linux/include/linux/mfd/wm8994/
H A Dregisters.h2590 #define WM8994_AIF1_WL_MASK 0x0060 /* AIF1_WL - [6:5] */ macro