AC97_WM9713_DIG1  208 drivers/input/touchscreen/wm9713.c 	wm97xx_reg_write(wm, AC97_WM9713_DIG1, dig1);
AC97_WM9713_DIG1  234 drivers/input/touchscreen/wm9713.c 	wm97xx_reg_write(wm, AC97_WM9713_DIG1, wm->dig_save[0]);
AC97_WM9713_DIG1  242 drivers/input/touchscreen/wm9713.c 	wm97xx_reg_write(wm, AC97_WM9713_DIG1, 0);
AC97_WM9713_DIG1  269 drivers/input/touchscreen/wm9713.c 	dig1 = wm97xx_reg_read(wm, AC97_WM9713_DIG1);
AC97_WM9713_DIG1  276 drivers/input/touchscreen/wm9713.c 	wm97xx_reg_write(wm, AC97_WM9713_DIG1, dig1 | WM9713_POLL);
AC97_WM9713_DIG1  282 drivers/input/touchscreen/wm9713.c 	while ((wm97xx_reg_read(wm, AC97_WM9713_DIG1) & WM9713_POLL) &&
AC97_WM9713_DIG1  333 drivers/input/touchscreen/wm9713.c 	dig1 = wm97xx_reg_read(wm, AC97_WM9713_DIG1);
AC97_WM9713_DIG1  340 drivers/input/touchscreen/wm9713.c 	wm97xx_reg_write(wm, AC97_WM9713_DIG1,
AC97_WM9713_DIG1  347 drivers/input/touchscreen/wm9713.c 	while ((wm97xx_reg_read(wm, AC97_WM9713_DIG1) & WM9713_POLL)
AC97_WM9713_DIG1  453 drivers/input/touchscreen/wm9713.c 	wm97xx_reg_write(wm, AC97_WM9713_DIG1, dig1);
AC97_WM9713_DIG1   96 drivers/input/touchscreen/wm97xx-core.c 	if (reg >= AC97_WM9713_DIG1 && reg <= AC97_WM9713_DIG3)
AC97_WM9713_DIG1   97 drivers/input/touchscreen/wm97xx-core.c 		wm->dig[(reg - AC97_WM9713_DIG1) >> 1] = val;
AC97_WM9713_DIG1  836 drivers/input/touchscreen/wm97xx-core.c 		wm97xx_reg_write(wm, AC97_WM9713_DIG1, wm->dig[0]);