Searched refs:WM8350_GPIO_LEVEL (Results 1 – 2 of 2) sorted by relevance
42 ret = wm8350_reg_read(wm8350, WM8350_GPIO_LEVEL); in wm8350_gpio_get()58 wm8350_set_bits(wm8350, WM8350_GPIO_LEVEL, 1 << offset); in wm8350_gpio_set()60 wm8350_clear_bits(wm8350, WM8350_GPIO_LEVEL, 1 << offset); in wm8350_gpio_set()
27 #define WM8350_GPIO_LEVEL 0xE6 macro