Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/sound/
H A Dwm8994.c779 ret |= wm8994_update_bits(WM8994_GPIO_3, WM8994_GPIO_DIR_MASK | in wm8994_device_init()
784 ret |= wm8994_update_bits(WM8994_GPIO_4, WM8994_GPIO_DIR_MASK | in wm8994_device_init()
789 ret |= wm8994_update_bits(WM8994_GPIO_5, WM8994_GPIO_DIR_MASK | in wm8994_device_init()
H A Dwm8994_registers.h320 #define WM8994_GPIO_DIR_MASK 0xFFE0 macro