Home
last modified time | relevance | path

Searched refs:AC97_GPIO_STICKY (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/input/touchscreen/
Dwm97xx-core.c242 reg = wm97xx_reg_read(wm, AC97_GPIO_STICKY); in wm97xx_config_gpio()
249 wm97xx_reg_write(wm, AC97_GPIO_STICKY, reg); in wm97xx_config_gpio()
695 wm->gpio[2] = wm97xx_reg_read(wm, AC97_GPIO_STICKY); in _wm97xx_probe()
850 wm97xx_reg_write(wm, AC97_GPIO_STICKY, wm->gpio[2]); in wm97xx_resume()
Dwm9713.c211 wm97xx_reg_write(wm, AC97_GPIO_STICKY, 0x0); in wm9713_phy_init()
/Linux-v5.4/include/sound/ac97/
Dregs.h55 #define AC97_GPIO_STICKY 0x50 /* GPIO Pin Sticky, 0=not, 1=sticky */ macro
/Linux-v5.4/sound/pci/ac97/
Dac97_codec.c1662 snd_ac97_write(ac97, AC97_GPIO_STICKY, 0xffff); in snd_ac97_modem_build()