Searched refs:AC97_WM97XX_DIGITISER2 (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/input/touchscreen/ |
D | wm9705.c | 175 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, dig2); in wm9705_phy_init() 181 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, in wm9705_dig_enable() 185 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, in wm9705_dig_enable() 193 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, WM97XX_PRP_DET_DIG); in wm9705_aux_prepare() 199 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, wm->dig_save[2]); in wm9705_dig_restore() 324 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, dig2); in wm9705_acc_enable()
|
D | wm9712.c | 213 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, dig2); in wm9712_phy_init() 221 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, in wm9712_dig_enable() 225 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, in wm9712_dig_enable() 233 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, WM97XX_PRP_DET_DIG); in wm9712_aux_prepare() 239 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, wm->dig_save[2]); in wm9712_dig_restore() 445 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, dig2); in wm9712_acc_enable()
|
D | wm97xx-core.c | 782 reg = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER2); in wm97xx_suspend() 786 wm->ac97->bus->ops->write(wm->ac97, AC97_WM97XX_DIGITISER2, reg); in wm97xx_suspend()
|
/linux-6.1.9/include/linux/ |
D | wm97xx.h | 29 #define AC97_WM97XX_DIGITISER2 0x78 macro 33 #define AC97_WM9713_DIG3 AC97_WM97XX_DIGITISER2
|