Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/touchscreen/ !
Dwm9713.c213 wm97xx_reg_write(wm, AC97_WM9713_DIG1, dig1); in wm9713_phy_init()
239 wm97xx_reg_write(wm, AC97_WM9713_DIG1, wm->dig_save[0]); in wm9713_dig_restore()
247 wm97xx_reg_write(wm, AC97_WM9713_DIG1, 0); in wm9713_aux_prepare()
274 dig1 = wm97xx_reg_read(wm, AC97_WM9713_DIG1); in wm9713_poll_sample()
281 wm97xx_reg_write(wm, AC97_WM9713_DIG1, dig1 | WM9713_POLL); in wm9713_poll_sample()
287 while ((wm97xx_reg_read(wm, AC97_WM9713_DIG1) & WM9713_POLL) && in wm9713_poll_sample()
338 dig1 = wm97xx_reg_read(wm, AC97_WM9713_DIG1); in wm9713_poll_coord()
345 wm97xx_reg_write(wm, AC97_WM9713_DIG1, in wm9713_poll_coord()
352 while ((wm97xx_reg_read(wm, AC97_WM9713_DIG1) & WM9713_POLL) in wm9713_poll_coord()
458 wm97xx_reg_write(wm, AC97_WM9713_DIG1, dig1); in wm9713_acc_enable()
Dwm97xx-core.c100 if (reg >= AC97_WM9713_DIG1 && reg <= AC97_WM9713_DIG3) in wm97xx_reg_write()
101 wm->dig[(reg - AC97_WM9713_DIG1) >> 1] = val; in wm97xx_reg_write()
763 wm97xx_reg_write(wm, AC97_WM9713_DIG1, wm->dig[0]); in wm97xx_resume()
/linux-3.4.99/include/linux/ !
Dwm97xx.h30 #define AC97_WM9713_DIG1 0x74 macro