Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpio/
Dgpio-wm8994.c76 if (ret & WM8994_GPN_LVL) in wm8994_gpio_get()
89 value = WM8994_GPN_LVL; in wm8994_gpio_direction_out()
92 WM8994_GPN_DIR | WM8994_GPN_LVL, value); in wm8994_gpio_direction_out()
101 value = WM8994_GPN_LVL; in wm8994_gpio_set()
103 wm8994_set_bits(wm8994, WM8994_GPIO_1 + offset, WM8994_GPN_LVL, value); in wm8994_gpio_set()
/Linux-v4.19/include/linux/mfd/wm8994/
Dgpio.h68 #define WM8994_GPN_LVL 0x0040 /* GPN_LVL */ macro