Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dwm8903.h69 #define WM8903_GP1_LVL_MASK 0x0010 /* GP1_LVL */ macro
/openbmc/linux/sound/soc/codecs/
H A Dwm8903.c1806 return !!((reg & WM8903_GP1_LVL_MASK) >> WM8903_GP1_LVL_SHIFT); in wm8903_gpio_get()
1816 mask = WM8903_GP1_FN_MASK | WM8903_GP1_DIR_MASK | WM8903_GP1_LVL_MASK; in wm8903_gpio_direction_out()
1833 WM8903_GP1_LVL_MASK, in wm8903_gpio_set()