Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-wm8994.c72 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()
/openbmc/linux/include/linux/mfd/wm8994/
H A Dgpio.h63 #define WM8994_GPN_LVL 0x0040 /* GPN_LVL */ macro