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