Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dwm9705.c309 dig1 |= WM97XX_CTC | WM97XX_COO | WM97XX_SLEN | in wm9705_acc_enable()
317 dig1 &= ~(WM97XX_CTC | WM97XX_COO | WM97XX_SLEN); in wm9705_acc_enable()
H A 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/include/linux/
H A Dwm97xx.h48 #define WM97XX_CTC 0x0400 /* enable continuous mode */ macro