Searched refs:WM8994_GPIO_1 (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/drivers/gpio/ |
D | gpio-wm8994.c | 62 return wm8994_set_bits(wm8994, WM8994_GPIO_1 + offset, in wm8994_gpio_direction_in() 72 ret = wm8994_reg_read(wm8994, WM8994_GPIO_1 + offset); in wm8994_gpio_get() 91 return wm8994_set_bits(wm8994, WM8994_GPIO_1 + offset, in wm8994_gpio_direction_out() 103 wm8994_set_bits(wm8994, WM8994_GPIO_1 + offset, WM8994_GPN_LVL, value); in wm8994_gpio_set() 114 return wm8994_set_bits(wm8994, WM8994_GPIO_1 + offset, in wm8994_gpio_set_config() 118 return wm8994_set_bits(wm8994, WM8994_GPIO_1 + offset, in wm8994_gpio_set_config() 213 reg = wm8994_reg_read(wm8994, WM8994_GPIO_1 + i); in wm8994_gpio_dbg_show()
|
/linux-4.19.296/include/linux/mfd/wm8994/ |
D | registers.h | 247 #define WM8994_GPIO_1 0x700 macro
|