Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/touchscreen/
Dwm9713.c161 dig2 = WM97XX_DELAY(4) | WM97XX_SLT(5); in wm9713_phy_init()
448 WM97XX_SLT(wm->acc_slot) | WM97XX_RATE(wm->acc_rate); in wm9713_acc_enable()
Dwm9705.c316 WM97XX_SLT(wm->acc_slot) | in wm9705_acc_enable()
Dwm9712.c433 WM97XX_SLT(wm->acc_slot) | in wm9712_acc_enable()
/linux-3.4.99/include/linux/
Dwm97xx.h61 #define WM97XX_SLT(i) ((i - 5) & 0x7) /* panel slot (5-11) */ macro