Searched refs:WM8994_GPN_LVL (Results 1 – 2 of 2) sorted by relevance
72 if (ret & WM8994_GPN_LVL) in wm8994_gpio_get()85 value = WM8994_GPN_LVL; in wm8994_gpio_direction_out()88 WM8994_GPN_DIR | WM8994_GPN_LVL, value); in wm8994_gpio_direction_out()97 value = WM8994_GPN_LVL; in wm8994_gpio_set()99 wm8994_set_bits(wm8994, WM8994_GPIO_1 + offset, WM8994_GPN_LVL, value); in wm8994_gpio_set()
63 #define WM8994_GPN_LVL 0x0040 /* GPN_LVL */ macro