Searched refs:AC97_WM97XX_DIGITISER1 (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/input/touchscreen/ |
D | wm9705.c | 174 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, dig1); in wm9705_phy_init() 192 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, 0); in wm9705_aux_prepare() 198 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, wm->dig_save[1]); in wm9705_dig_restore() 225 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, (adcsel & WM97XX_ADCSEL_MASK) in wm9705_poll_sample() 232 while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL) in wm9705_poll_sample() 323 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, dig1); in wm9705_acc_enable()
|
D | wm9712.c | 212 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, dig1); in wm9712_phy_init() 232 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, 0); in wm9712_aux_prepare() 238 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, wm->dig_save[1]); in wm9712_dig_restore() 265 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, (adcsel & WM97XX_ADCSEL_MASK) in wm9712_poll_sample() 272 while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL) in wm9712_poll_sample() 329 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, in wm9712_poll_coord() 336 while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL) in wm9712_poll_coord() 444 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, dig1); in wm9712_acc_enable()
|
/linux-6.1.9/include/linux/ |
D | wm97xx.h | 28 #define AC97_WM97XX_DIGITISER1 0x76 macro 32 #define AC97_WM9713_DIG2 AC97_WM97XX_DIGITISER1
|