Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dwm97xx-core.c101 if (reg >= AC97_GPIO_CFG && reg <= AC97_MISC_AFE) in wm97xx_reg_write()
102 wm->gpio[(reg - AC97_GPIO_CFG) >> 1] = val; in wm97xx_reg_write()
259 reg = wm97xx_reg_read(wm, AC97_GPIO_CFG); in wm97xx_config_gpio()
266 wm97xx_reg_write(wm, AC97_GPIO_CFG, reg); in wm97xx_config_gpio()
660 wm->gpio[0] = wm97xx_reg_read(wm, AC97_GPIO_CFG); in _wm97xx_probe()
818 wm97xx_reg_write(wm, AC97_GPIO_CFG, wm->gpio[0]); in wm97xx_resume()
H A Dwm9712.c205 reg = wm97xx_reg_read(wm, AC97_GPIO_CFG); in wm9712_phy_init()
206 wm97xx_reg_write(wm, AC97_GPIO_CFG, reg | WM97XX_GPIO_4); in wm9712_phy_init()
/linux/sound/soc/
H A Dsoc-ac97.c73 return snd_soc_component_update_bits(component, AC97_GPIO_CFG, in snd_soc_ac97_gpio_direction_in()
117 return snd_soc_component_update_bits(component, AC97_GPIO_CFG, in snd_soc_ac97_gpio_direction_out()
/linux/include/sound/ac97/
H A Dregs.h53 #define AC97_GPIO_CFG 0x4c /* GPIO Configuration */ macro
/linux/drivers/mfd/
H A Dwm97xx-core.c42 case AC97_GPIO_CFG ... 0x5c: in wm97xx_readable_reg()
/linux/sound/soc/codecs/
H A Dwm9713.c650 case AC97_GPIO_CFG ... 0x5c: in wm9713_readable_reg()
938 u16 gpio = snd_soc_component_read(component, AC97_GPIO_CFG) & 0xffc5; in wm9713_set_dai_fmt()
991 snd_soc_component_write(component, AC97_GPIO_CFG, gpio); in wm9713_set_dai_fmt()
/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c3271 AC97_GPIO_CFG, in voyetra_setup_eapd_slot()
3276 AC97_GPIO_CFG, pin_config, in voyetra_setup_eapd_slot()
/linux/sound/pci/ac97/
H A Dac97_codec.c1704 snd_ac97_write(ac97, AC97_GPIO_CFG, 0xffff & ~(AC97_GPIO_LINE1_OH)); in snd_ac97_modem_build()