Home
last modified time | relevance | path

Searched refs:AC97_GPIO_CFG (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/pxa/
Dmioa701_wm9713.c54 reg = snd_soc_component_read(component, AC97_GPIO_CFG); in rear_amp_power()
55 snd_soc_component_write(component, AC97_GPIO_CFG, reg | 0x0100); in rear_amp_power()
59 reg = snd_soc_component_read(component, AC97_GPIO_CFG); in rear_amp_power()
60 snd_soc_component_write(component, AC97_GPIO_CFG, reg & ~0x0100); in rear_amp_power()
123 snd_soc_component_update_bits(component, AC97_GPIO_CFG, 0x100, 0x100); in mioa701_wm9713_init()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
Dwm97xx-core.c100 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()
693 wm->gpio[0] = wm97xx_reg_read(wm, AC97_GPIO_CFG); in _wm97xx_probe()
848 wm97xx_reg_write(wm, AC97_GPIO_CFG, wm->gpio[0]); in wm97xx_resume()
Dwm9712.c204 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()
/kernel/linux/linux-5.10/sound/soc/
Dsoc-ac97.c76 return snd_soc_component_update_bits(component, AC97_GPIO_CFG, in snd_soc_ac97_gpio_direction_in()
113 return snd_soc_component_update_bits(component, AC97_GPIO_CFG, in snd_soc_ac97_gpio_direction_out()
/kernel/linux/linux-5.10/include/sound/ac97/
Dregs.h53 #define AC97_GPIO_CFG 0x4c /* GPIO Configuration */ macro
/kernel/linux/linux-5.10/drivers/mfd/
Dwm97xx-core.c42 case AC97_GPIO_CFG ... 0x5c: in wm97xx_readable_reg()
/kernel/linux/linux-5.10/sound/soc/codecs/
Dwm9713.c654 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()
/kernel/linux/linux-5.10/sound/pci/cs46xx/
Dcs46xx_lib.c3350 AC97_GPIO_CFG, in voyetra_setup_eapd_slot()
3355 AC97_GPIO_CFG, pin_config, in voyetra_setup_eapd_slot()
/kernel/linux/linux-5.10/sound/pci/ac97/
Dac97_codec.c1660 snd_ac97_write(ac97, AC97_GPIO_CFG, 0xffff & ~(AC97_GPIO_LINE1_OH)); in snd_ac97_modem_build()