Home
last modified time | relevance | path

Searched refs:WM97XX_SLEN (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/input/touchscreen/
Dwm9705.c314 dig1 |= WM97XX_CTC | WM97XX_COO | WM97XX_SLEN | in wm9705_acc_enable()
322 dig1 &= ~(WM97XX_CTC | WM97XX_COO | WM97XX_SLEN); in wm9705_acc_enable()
Dwm9712.c435 dig1 |= WM97XX_CTC | WM97XX_COO | WM97XX_SLEN | in wm9712_acc_enable()
443 dig1 &= ~(WM97XX_CTC | WM97XX_COO | WM97XX_SLEN); in wm9712_acc_enable()
Dwm9713.c447 dig2 |= WM97XX_SLEN | WM97XX_DELAY(delay) | in wm9713_acc_enable()
452 dig2 &= ~WM97XX_SLEN; in wm9713_acc_enable()
/linux-4.1.27/include/linux/
Dwm97xx.h60 #define WM97XX_SLEN 0x0008 /* slot read back enable */ macro