Searched refs:WM8996_GPIO_1 (Results 1 – 2 of 2) sorted by relevance
/sound/soc/codecs/ |
D | wm8996.c | 286 { WM8996_GPIO_1, 0xa101 }, 1484 case WM8996_GPIO_1: in wm8996_readable_register() 1748 (snd_soc_read(codec, WM8996_GPIO_1)) & WM8996_GP1_FN_MASK) { in wm8996_hw_params() 2151 regmap_update_bits(wm8996->regmap, WM8996_GPIO_1 + offset, in wm8996_gpio_set() 2163 return regmap_update_bits(wm8996->regmap, WM8996_GPIO_1 + offset, in wm8996_gpio_direction_out() 2174 ret = regmap_read(wm8996->regmap, WM8996_GPIO_1 + offset, ®); in wm8996_gpio_get() 2185 return regmap_update_bits(wm8996->regmap, WM8996_GPIO_1 + offset, in wm8996_gpio_direction_in() 2880 regmap_write(wm8996->regmap, WM8996_GPIO_1 + i, in wm8996_i2c_probe() 3027 ret = regmap_read(wm8996->regmap, WM8996_GPIO_1, ®); in wm8996_i2c_probe()
|
D | wm8996.h | 210 #define WM8996_GPIO_1 0x700 macro
|