Searched refs:AC97_WM97XX_DIGITISER1 (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/input/touchscreen/ |
D | wm9705.c | 179 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, dig1); in wm9705_phy_init() 197 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, 0); in wm9705_aux_prepare() 203 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, wm->dig_save[1]); in wm9705_dig_restore() 230 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, (adcsel & WM97XX_ADCSEL_MASK) in wm9705_poll_sample() 237 while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL) in wm9705_poll_sample() 328 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, dig1); in wm9705_acc_enable()
|
D | wm9712.c | 217 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, dig1); in wm9712_phy_init() 237 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, 0); in wm9712_aux_prepare() 243 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, wm->dig_save[1]); in wm9712_dig_restore() 270 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, (adcsel & WM97XX_ADCSEL_MASK) in wm9712_poll_sample() 277 while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL) in wm9712_poll_sample() 334 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, in wm9712_poll_coord() 341 while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL) in wm9712_poll_coord() 449 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, dig1); in wm9712_acc_enable()
|
/linux-4.1.27/include/linux/ |
D | wm97xx.h | 27 #define AC97_WM97XX_DIGITISER1 0x76 macro 31 #define AC97_WM9713_DIG2 AC97_WM97XX_DIGITISER1
|