Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dwm97xx-core.c246 reg = wm97xx_reg_read(wm, AC97_GPIO_STICKY); in wm97xx_config_gpio()
253 wm97xx_reg_write(wm, AC97_GPIO_STICKY, reg); in wm97xx_config_gpio()
642 wm->gpio[2] = wm97xx_reg_read(wm, AC97_GPIO_STICKY); in wm97xx_probe()
787 wm97xx_reg_write(wm, AC97_GPIO_STICKY, wm->gpio[2]); in wm97xx_resume()
Dwm9713.c216 wm97xx_reg_write(wm, AC97_GPIO_STICKY, 0x0); in wm9713_phy_init()
/linux-4.4.14/include/sound/
Dac97_codec.h84 #define AC97_GPIO_STICKY 0x50 /* GPIO Pin Sticky, 0=not, 1=sticky */ macro
/linux-4.4.14/sound/pci/ac97/
Dac97_codec.c1682 snd_ac97_write(ac97, AC97_GPIO_STICKY, 0xffff); in snd_ac97_modem_build()