Searched refs:AC97_GPIO_STICKY (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/input/touchscreen/ |
D | wm97xx-core.c | 242 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()
|
D | wm9713.c | 211 wm97xx_reg_write(wm, AC97_GPIO_STICKY, 0x0); in wm9713_phy_init()
|
/linux-6.6.21/include/sound/ac97/ |
D | regs.h | 55 #define AC97_GPIO_STICKY 0x50 /* GPIO Pin Sticky, 0=not, 1=sticky */ macro
|
/linux-6.6.21/sound/pci/ac97/ |
D | ac97_codec.c | 1718 snd_ac97_write(ac97, AC97_GPIO_STICKY, 0xffff); in snd_ac97_modem_build()
|