Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/input/touchscreen/
Dwm9705.c315 dig1 |= WM97XX_CTC | WM97XX_COO | WM97XX_SLEN | in wm9705_acc_enable()
323 dig1 &= ~(WM97XX_CTC | WM97XX_COO | WM97XX_SLEN); in wm9705_acc_enable()
Dwm9712.c430 dig1 |= WM97XX_CTC | WM97XX_COO | WM97XX_SLEN | in wm9712_acc_enable()
438 dig1 &= ~(WM97XX_CTC | WM97XX_COO | WM97XX_SLEN); in wm9712_acc_enable()
/linux-2.6.39/include/linux/
Dwm97xx.h43 #define WM97XX_CTC 0x0400 /* enable continuous mode */ macro