Searched refs:AC97_WM97XX_DIGITISER2 (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/input/touchscreen/ |
D | wm9705.c | 180 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, dig2); in wm9705_phy_init() 186 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, in wm9705_dig_enable() 190 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, in wm9705_dig_enable() 198 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, WM97XX_PRP_DET_DIG); in wm9705_aux_prepare() 204 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, wm->dig_save[2]); in wm9705_dig_restore() 329 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, dig2); in wm9705_acc_enable()
|
D | wm9712.c | 218 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, dig2); in wm9712_phy_init() 226 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, in wm9712_dig_enable() 230 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, in wm9712_dig_enable() 238 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, WM97XX_PRP_DET_DIG); in wm9712_aux_prepare() 244 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, wm->dig_save[2]); in wm9712_dig_restore() 450 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER2, dig2); in wm9712_acc_enable()
|
D | wm97xx-core.c | 818 reg = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER2); in wm97xx_suspend() 822 wm->ac97->bus->ops->write(wm->ac97, AC97_WM97XX_DIGITISER2, reg); in wm97xx_suspend()
|
/Linux-v4.19/include/linux/ |
D | wm97xx.h | 29 #define AC97_WM97XX_DIGITISER2 0x78 macro 33 #define AC97_WM9713_DIG3 AC97_WM97XX_DIGITISER2
|