Searched refs:AC97_WM9713_DIG1 (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/input/touchscreen/
H A Dwm9713.c208 wm97xx_reg_write(wm, AC97_WM9713_DIG1, dig1);
234 wm97xx_reg_write(wm, AC97_WM9713_DIG1, wm->dig_save[0]);
242 wm97xx_reg_write(wm, AC97_WM9713_DIG1, 0);
269 dig1 = wm97xx_reg_read(wm, AC97_WM9713_DIG1);
276 wm97xx_reg_write(wm, AC97_WM9713_DIG1, dig1 | WM9713_POLL);
282 while ((wm97xx_reg_read(wm, AC97_WM9713_DIG1) & WM9713_POLL) &&
333 dig1 = wm97xx_reg_read(wm, AC97_WM9713_DIG1);
340 wm97xx_reg_write(wm, AC97_WM9713_DIG1,
347 while ((wm97xx_reg_read(wm, AC97_WM9713_DIG1) & WM9713_POLL)
453 wm97xx_reg_write(wm, AC97_WM9713_DIG1, dig
[all...]
H A Dwm97xx-core.c96 if (reg >= AC97_WM9713_DIG1 && reg <= AC97_WM9713_DIG3)
97 wm->dig[(reg - AC97_WM9713_DIG1) >> 1] = val;
805 wm97xx_reg_write(wm, AC97_WM9713_DIG1, wm->dig[0]);
/linux-master/include/linux/
H A Dwm97xx.h31 #define AC97_WM9713_DIG1 0x74 macro

Completed in 129 milliseconds