Home
last modified time | relevance | path

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

/linux-6.6.21/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()
661 wm->gpio[2] = wm97xx_reg_read(wm, AC97_GPIO_STICKY); in _wm97xx_probe()
821 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-6.6.21/include/sound/ac97/
Dregs.h55 #define AC97_GPIO_STICKY 0x50 /* GPIO Pin Sticky, 0=not, 1=sticky */ macro
/linux-6.6.21/sound/pci/ac97/
Dac97_codec.c1718 snd_ac97_write(ac97, AC97_GPIO_STICKY, 0xffff); in snd_ac97_modem_build()