Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/input/touchscreen/
A 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()
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()
A 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()
/linux-6.3-rc2/sound/soc/
A Dsoc-ac97.c73 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.3-rc2/include/sound/ac97/
A Dregs.h53 #define AC97_GPIO_CFG 0x4c /* GPIO Configuration */ macro
/linux-6.3-rc2/drivers/mfd/
A Dwm97xx-core.c42 case AC97_GPIO_CFG ... 0x5c: in wm97xx_readable_reg()
/linux-6.3-rc2/sound/soc/codecs/
A 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()
/linux-6.3-rc2/sound/pci/cs46xx/
A Dcs46xx_lib.c3314 AC97_GPIO_CFG, in voyetra_setup_eapd_slot()
3319 AC97_GPIO_CFG, pin_config, in voyetra_setup_eapd_slot()
/linux-6.3-rc2/sound/pci/ac97/
A Dac97_codec.c1716 snd_ac97_write(ac97, AC97_GPIO_CFG, 0xffff & ~(AC97_GPIO_LINE1_OH)); in snd_ac97_modem_build()

Completed in 25 milliseconds