Lines Matching +full:measure +full:- +full:delay +full:- +full:time
1 /* SPDX-License-Identifier: GPL-2.0 */
59 #define WM97XX_DELAY(i) ((i << 4) & 0x00f0) /* sample delay times */
62 #define WM97XX_SLT(i) ((i - 5) & 0x7) /* panel slot (5-11) */
71 #define WM9712_45W 0x1000 /* set for 5-wire touchscreen */
72 #define WM9712_PDEN 0x0800 /* measure only when pen down */
86 #define WM9705_PDEN 0x1000 /* measure only when pen is down */
108 #define WM9713_PDEN 0x0800 /* measure only when pen down */
143 #define AC97_LINK_FRAME 21 /* time in uS for AC97 link frame */
146 /*---------------- Return codes from sample reading functions ---------------*/
160 * The wm97xx driver provides a private API for writing platform-specific
227 * Codec driver interface - allows mapping to WM9705/12/13 and newer codecs
250 /* accelerated touch readback - coords are transmited on AC97 link */
260 /* pre and post sample - can be used to minimise any analog noise */