Searched refs:AC97_GPIO_CFG (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/input/touchscreen/ |
D | wm97xx-core.c | 100 if (reg >= AC97_GPIO_CFG && reg <= AC97_MISC_AFE) in wm97xx_reg_write() 101 wm->gpio[(reg - AC97_GPIO_CFG) >> 1] = val; in wm97xx_reg_write() 258 reg = wm97xx_reg_read(wm, AC97_GPIO_CFG); in wm97xx_config_gpio() 265 wm97xx_reg_write(wm, AC97_GPIO_CFG, reg); in wm97xx_config_gpio() 659 wm->gpio[0] = wm97xx_reg_read(wm, AC97_GPIO_CFG); in _wm97xx_probe() 819 wm97xx_reg_write(wm, AC97_GPIO_CFG, wm->gpio[0]); in wm97xx_resume()
|
D | wm9712.c | 204 reg = wm97xx_reg_read(wm, AC97_GPIO_CFG); in wm9712_phy_init() 205 wm97xx_reg_write(wm, AC97_GPIO_CFG, reg | WM97XX_GPIO_4); in wm9712_phy_init()
|
/linux-6.6.21/sound/soc/ |
D | soc-ac97.c | 73 return snd_soc_component_update_bits(component, AC97_GPIO_CFG, in snd_soc_ac97_gpio_direction_in() 110 return snd_soc_component_update_bits(component, AC97_GPIO_CFG, in snd_soc_ac97_gpio_direction_out()
|
/linux-6.6.21/include/sound/ac97/ |
D | regs.h | 53 #define AC97_GPIO_CFG 0x4c /* GPIO Configuration */ macro
|
/linux-6.6.21/drivers/mfd/ |
D | wm97xx-core.c | 42 case AC97_GPIO_CFG ... 0x5c: in wm97xx_readable_reg()
|
/linux-6.6.21/sound/soc/codecs/ |
D | wm9713.c | 654 case AC97_GPIO_CFG ... 0x5c: in wm9713_readable_reg() 942 u16 gpio = snd_soc_component_read(component, AC97_GPIO_CFG) & 0xffc5; in wm9713_set_dai_fmt() 995 snd_soc_component_write(component, AC97_GPIO_CFG, gpio); in wm9713_set_dai_fmt()
|
/linux-6.6.21/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 3311 AC97_GPIO_CFG, in voyetra_setup_eapd_slot() 3316 AC97_GPIO_CFG, pin_config, in voyetra_setup_eapd_slot()
|
/linux-6.6.21/sound/pci/ac97/ |
D | ac97_codec.c | 1716 snd_ac97_write(ac97, AC97_GPIO_CFG, 0xffff & ~(AC97_GPIO_LINE1_OH)); in snd_ac97_modem_build()
|